* [task#116512,doing,0.1h] adjust str replace for backup js.
This commit is contained in:
@@ -134,7 +134,7 @@ window.restoreInProcess = function(backupName)
|
||||
if(!inQuickon) return false;
|
||||
let intervalId = setInterval(function()
|
||||
{
|
||||
$.get($.createLink('system', 'ajaxGetRestoreProgress', 'backupName=' + backupName.replace('-', '_')), function(resp)
|
||||
$.get($.createLink('system', 'ajaxGetRestoreProgress', 'backupName=' + backupName.replace(/-/g, '_')), function(resp)
|
||||
{
|
||||
if(resp.status == 'completed')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user