Bug fixed

This commit is contained in:
Spun Nakandala 2013-04-17 02:08:09 +05:30
parent a9e12ddec7
commit 15fafc8c16

View File

@ -40,7 +40,8 @@ $(function() {
var $throbber = $('#pma_navigation .throbber')
.first()
.clone()
.css('visibility', 'visible');
.css('visibility', 'visible')
.click(false);
$icon.hide();
$throbber.insertBefore($icon);