dever 7 years ago
parent
commit
aebfd091c6
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").on('click touchstart', function()
+    $("#loginyes").on('click touchend', function()
     {
         istoken('<{$loginUrl}>');
     });