diff rhodecode/templates/admin/users/user_edit_my_account.html @ 3120:c69006a70e6b beta

fix small issue with anchor autolinks
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 19 Dec 2012 00:30:16 +0100
parents 301773d07012
children 0226b6d6b2b5
line wrap: on
line diff
--- a/rhodecode/templates/admin/users/user_edit_my_account.html	Wed Dec 19 00:29:38 2012 +0100
+++ b/rhodecode/templates/admin/users/user_edit_my_account.html	Wed Dec 19 00:30:16 2012 +0100
@@ -171,7 +171,10 @@
 if (url[1]) {
     //We have a hash
     var tabHash = url[1];
-    tabs[tabHash]();
+    var func = tabs[tabHash]
+    if (func){
+        func();
+    }
 }
 
 // main table sorting