Add button 'animation' to docker and vm pages

This commit is contained in:
bergware
2018-03-09 19:41:17 +01:00
parent 46346037bf
commit c4de8ac279
2 changed files with 2 additions and 2 deletions
@@ -92,7 +92,7 @@ function loadlist(update) {
if ($.cookie('docker_listview_mode')=='advanced') {$('.advanced').show(); $('.basic').hide();}
listview();
context.init({preventDoubleContext:false});
$('input[type=button]').prop('disabled',false).show();
$('input[type=button]').prop('disabled',false).show('slow');
if (update) {
$('input#checkAll').hide(); $('input#updateAll').show();
} else {
+1 -1
View File
@@ -166,7 +166,7 @@ function loadlist() {
},'json');
});
context.init({preventDoubleContext:false});
$('input[type=button]').prop('disabled',false).show();
$('input[type=button]').prop('disabled',false).show('slow');
$('.text').click(showInput);
$('.input').blur(hideInput);
$('i.up,i.down').click(function() {