aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-04-03 13:19:54 +0300
committerMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-04-03 13:19:54 +0300
commit4d2bd6e507808b61ef09a0255686427edc04ad07 (patch)
tree6863b392237b8d8cfcac8c2591475c60dc51ec54 /themes
parenta297fb1e38ce70a2c25f5dd9096fcfbf988ddf05 (diff)
downloadwallabag-4d2bd6e507808b61ef09a0255686427edc04ad07.tar.gz
wallabag-4d2bd6e507808b61ef09a0255686427edc04ad07.tar.zst
wallabag-4d2bd6e507808b61ef09a0255686427edc04ad07.zip
import w/o cron: error in url fix
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/default/_import.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/_import.twig b/themes/default/_import.twig
index 926696c1..c59b7a15 100755
--- a/themes/default/_import.twig
+++ b/themes/default/_import.twig
@@ -4,7 +4,7 @@
4 $("body").css("cursor", "wait"); 4 $("body").css("cursor", "wait");
5 5
6 setTimeout(function(){ 6 setTimeout(function(){
7 window.location = '/?import'; 7 window.location = './?import';
8 }, {{ import.delay }} ); 8 }, {{ import.delay }} );
9 }); 9 });
10//--> 10//-->