Changeset - c69006a70e6b
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 13 years ago 2012-12-19 00:30:16
marcin@python-works.com
fix small issue with anchor autolinks
2 files changed with 8 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/users/user_edit_my_account.html
Show inline comments
 
@@ -171,7 +171,10 @@ var url = location.href.split('#');
 
if (url[1]) {
 
    //We have a hash
 
    var tabHash = url[1];
 
    tabs[tabHash]();
 
    var func = tabs[tabHash]
 
    if (func){
 
        func();
 
    }
 
}
 

	
 
// main table sorting
rhodecode/templates/journal/journal.html
Show inline comments
 
@@ -177,7 +177,10 @@
 
    if (url[1]) {
 
        //We have a hash
 
        var tabHash = url[1];
 
        tabs[tabHash]();
 
        var func = tabs[tabHash]
 
        if (func){
 
        	func();
 
        }
 
    }
 

	
 
    YUE.on('refresh','click',function(e){
0 comments (0 inline, 0 general)