mirror of
https://github.com/unraid/webgui.git
synced 2026-04-29 22:39:20 -05:00
Add button 'animation' to docker and vm pages
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user