Fix header interractive actions: buttons and github

This commit is contained in:
Samy Pessé
2014-04-14 16:29:02 +02:00
parent 8c4cfed609
commit 6da48764e8
6 changed files with 26 additions and 12 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ define([
// Bind all sharing button
var init = function() {
$("a[data-sharing]").click(function(e) {
$(document).on("click", "a[data-sharing]", function(e) {
if (e) e.preventDefault();
var type = $(this).data("sharing");