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

+ 1 - 1
tm/template_dir/bottom.html

@@ -24,7 +24,7 @@ function loadLogin()
 {
     <{if $applogin && $applogin == 1}>
     $("#loginyes").attr('href', 'javascript:;');
-    $("#loginyes").click(function()
+    $("#loginyes").on('tab', function()
     {
         istoken('<{$loginUrl}>');
     });