mirror of
https://github.com/unraid/webgui.git
synced 2026-01-21 00:50:10 -06:00
PHP settings: refresh page upon reload
This commit is contained in:
@@ -187,7 +187,8 @@ $(function(){
|
||||
}
|
||||
if ($.cookie('reload_php')==1) {
|
||||
$.removeCookie('reload_php');
|
||||
$.post('/webGui/include/PHPsettings.php',{cmd:'reload'},function(){refresh();});
|
||||
$.post('/webGui/include/PHPsettings.php',{cmd:'reload'});
|
||||
setTimeout(refresh);
|
||||
}
|
||||
logSize();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user