diff 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
line wrap: on
line diff
--- a/rhodecode/templates/base/root.html	Sat Jan 05 02:20:35 2013 +0100
+++ b/rhodecode/templates/base/root.html	Sat Jan 05 02:26:39 2013 +0100
@@ -74,7 +74,7 @@
                     return false;
                 }
             })(window);
-            
+
             YUE.onDOMReady(function(){
               tooltip_activate();
               show_more_event();
@@ -83,7 +83,7 @@
               YUE.on('quick_login_link','click',function(e){
                  // make sure we don't redirect
                  YUE.preventDefault(e);
-              
+
                  if(YUD.hasClass('quick_login_link','enabled')){
                      YUD.setStyle('quick_login','display','none');
                      YUD.removeClass('quick_login_link','enabled');