diff options
Diffstat (limited to 'theme/javascript/utils')
-rwxr-xr-x[-rw-r--r--] | theme/javascript/utils/execute.js | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | theme/javascript/utils/platform.js | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | theme/javascript/utils/sharing.js | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | theme/javascript/utils/storage.js | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/theme/javascript/utils/execute.js b/theme/javascript/utils/execute.js index eb2a19b..eb2a19b 100644..100755 --- a/theme/javascript/utils/execute.js +++ b/theme/javascript/utils/execute.js diff --git a/theme/javascript/utils/platform.js b/theme/javascript/utils/platform.js index ad5f3b4..ad5f3b4 100644..100755 --- a/theme/javascript/utils/platform.js +++ b/theme/javascript/utils/platform.js diff --git a/theme/javascript/utils/sharing.js b/theme/javascript/utils/sharing.js index f4354f1..caf97fb 100644..100755 --- a/theme/javascript/utils/sharing.js +++ b/theme/javascript/utils/sharing.js @@ -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"); diff --git a/theme/javascript/utils/storage.js b/theme/javascript/utils/storage.js index 57f5878..57f5878 100644..100755 --- a/theme/javascript/utils/storage.js +++ b/theme/javascript/utils/storage.js |