mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 02:58:57 -05:00
Multi-language support
This commit is contained in:
@@ -147,7 +147,7 @@ var sortableHelper = function(e,i){
|
||||
return i;
|
||||
};
|
||||
function loadlist() {
|
||||
timers.vm = setTimeout(function(){$('div.spinner.fixed').show('slow');},150);
|
||||
timers.vm = setTimeout(function(){$('div.spinner.fixed').show('slow');},500);
|
||||
$.get('/plugins/dynamix.vm.manager/include/VMMachines.php',{show:$.cookie('vmshow')},function(d) {
|
||||
clearTimeout(timers.vm);
|
||||
var data = d.split(/\0/);
|
||||
|
||||
Reference in New Issue
Block a user