dever 7 years ago
parent
commit
86b03042d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tm/template_dir/bottom.html

+ 1 - 1
tm/template_dir/bottom.html

@@ -23,7 +23,7 @@
 function loadLogin()
 {
     <{if $applogin && $applogin == 1}>
-    istoken('<{$info.thisUrl}>');
+    istoken(location.href);
     <{else}>
     $('#loginbox').show();
     <{/if}>