import w/o cron: error in url fix

This commit is contained in:
Maryana Rozhankivska 2014-04-03 13:19:54 +03:00
parent a297fb1e38
commit 4d2bd6e507
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
$("body").css("cursor", "wait");
setTimeout(function(){
window.location = '/?import';
window.location = './?import';
}, {{ import.delay }} );
});
//-->