mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
import w/o cron: error in url fix
This commit is contained in:
parent
a297fb1e38
commit
4d2bd6e507
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
$("body").css("cursor", "wait");
|
||||
|
||||
setTimeout(function(){
|
||||
window.location = '/?import';
|
||||
window.location = './?import';
|
||||
}, {{ import.delay }} );
|
||||
});
|
||||
//-->
|
||||
|
|
Loading…
Reference in a new issue