comparison rhodecode/templates/base/root.html @ 3149:68f9c216377d beta

white space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 05 Jan 2013 02:26:39 +0100
parents 5d580e9bc730
children 5d7f6b22d6b4
comparison
equal deleted inserted replaced
3148:b31984972e95 3149:68f9c216377d
72 // History.js is disabled for this browser. 72 // History.js is disabled for this browser.
73 // This is because we can optionally choose to support HTML4 browsers or not. 73 // This is because we can optionally choose to support HTML4 browsers or not.
74 return false; 74 return false;
75 } 75 }
76 })(window); 76 })(window);
77 77
78 YUE.onDOMReady(function(){ 78 YUE.onDOMReady(function(){
79 tooltip_activate(); 79 tooltip_activate();
80 show_more_event(); 80 show_more_event();
81 show_changeset_tooltip(); 81 show_changeset_tooltip();
82 82
83 YUE.on('quick_login_link','click',function(e){ 83 YUE.on('quick_login_link','click',function(e){
84 // make sure we don't redirect 84 // make sure we don't redirect
85 YUE.preventDefault(e); 85 YUE.preventDefault(e);
86 86
87 if(YUD.hasClass('quick_login_link','enabled')){ 87 if(YUD.hasClass('quick_login_link','enabled')){
88 YUD.setStyle('quick_login','display','none'); 88 YUD.setStyle('quick_login','display','none');
89 YUD.removeClass('quick_login_link','enabled'); 89 YUD.removeClass('quick_login_link','enabled');
90 } 90 }
91 else{ 91 else{