From: Kohei Yoshino Date: Tue, 23 Jul 2019 22:19:41 +0000 (-0400) Subject: Bug 1568259 - Short URL generation isn't working X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=507988c8ce20abc37d84c87584683c8575a0f4eb;p=thirdparty%2Fbugzilla.git Bug 1568259 - Short URL generation isn't working --- diff --git a/extensions/Bitly/web/js/bitly.js b/extensions/Bitly/web/js/bitly.js index 1de0d0421..0ced53e9b 100644 --- a/extensions/Bitly/web/js/bitly.js +++ b/extensions/Bitly/web/js/bitly.js @@ -36,7 +36,7 @@ $(function() { speed: 100, followSpeed: 100, modalColor: '#fff' - }, execute); + }, function(){ execute(); }); }); $('#bitly-type')