]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1568259 - Short URL generation isn't working
authorKohei Yoshino <kohei.yoshino@gmail.com>
Tue, 23 Jul 2019 22:19:41 +0000 (18:19 -0400)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2019 22:19:41 +0000 (18:19 -0400)
extensions/Bitly/web/js/bitly.js

index 1de0d0421a8850a3cc4b6f07697777572d42473c..0ced53e9b211521d2e2a86f03e8a4b42ef97a3df 100644 (file)
@@ -36,7 +36,7 @@ $(function() {
                 speed: 100,
                 followSpeed: 100,
                 modalColor: '#fff'
-            }, execute);
+            }, function(){ execute(); });
         });
 
     $('#bitly-type')