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
+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() {