Multi-language support

This commit is contained in:
bergware
2020-03-13 07:59:24 +01:00
parent c4398c2724
commit d9ab82e15f
6 changed files with 39 additions and 20 deletions
+1 -1
View File
@@ -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/);