Bug fixed
This commit is contained in:
parent
a9e12ddec7
commit
15fafc8c16
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user