forked from wallabag/wallabag
import w/o cron: error in url fix
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
$("body").css("cursor", "wait");
|
||||
|
||||
setTimeout(function(){
|
||||
window.location = '/?import';
|
||||
window.location = './?import';
|
||||
}, {{ import.delay }} );
|
||||
});
|
||||
//-->
|
||||
|
||||
Reference in New Issue
Block a user