diff rhodecode/templates/admin/users/user_edit_my_account.html @ 2951:301773d07012 beta

Lazy loading on my journal page
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 23 Oct 2012 00:02:59 +0200
parents 0b86972de820
children a5f0bc867edc c69006a70e6b
line wrap: on
line diff
--- a/rhodecode/templates/admin/users/user_edit_my_account.html	Mon Oct 22 22:47:07 2012 +0200
+++ b/rhodecode/templates/admin/users/user_edit_my_account.html	Tue Oct 23 00:02:59 2012 +0200
@@ -135,7 +135,7 @@
     YUD.setStyle('q_filter','display','');
 
 
-    var url = "${h.url('admin_settings_my_repos')}";
+    var url = "${h.url('journal_my_repos')}";
     ypjax(url, 'my', function(){
         table_sort();
         filter_activate();
@@ -171,7 +171,6 @@
 if (url[1]) {
     //We have a hash
     var tabHash = url[1];
-    console.log(tabs, tabHash)
     tabs[tabHash]();
 }