Fixed duplicate icons on back button press
This commit is contained in:
parent
73f00ef690
commit
4fbf5e0f13
@ -7,6 +7,7 @@ AJAX.registerTeardown('server_variables.js', function() {
|
||||
$('#serverVariables .var-row').unbind('hover');
|
||||
$('#filterText').unbind('keyup');
|
||||
$('a.editLink').die('click');
|
||||
$('#serverVariables').find('.var-name').find('a img').remove();
|
||||
});
|
||||
|
||||
AJAX.registerOnload('server_variables.js', function() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user