mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -05:00
import w/o cron: error in url fix
This commit is contained in:
parent
a297fb1e38
commit
4d2bd6e507
@ -4,7 +4,7 @@
|
|||||||
$("body").css("cursor", "wait");
|
$("body").css("cursor", "wait");
|
||||||
|
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
window.location = '/?import';
|
window.location = './?import';
|
||||||
}, {{ import.delay }} );
|
}, {{ import.delay }} );
|
||||||
});
|
});
|
||||||
//-->
|
//-->
|
||||||
|
Loading…
Reference in New Issue
Block a user