diff rhodecode/templates/base/root.html @ 2001:93d4e3eb7d84 beta

made upper menu always hover, looks nicer and produces less troubles - added notification inbox into quick menu - commented yet innactive compose message button
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 19 Feb 2012 19:36:42 +0200
parents 049bc911b04f
children 9d54d6516e2e
line wrap: on
line diff
--- a/rhodecode/templates/base/root.html	Sun Feb 19 17:41:07 2012 +0200
+++ b/rhodecode/templates/base/root.html	Sun Feb 19 19:36:42 2012 +0200
@@ -123,16 +123,6 @@
                      }
                  }
              });
-
-            // hover menu
-            YUE.on(window,'scroll',function(){
-                if(YUD.getDocumentScrollTop() > 45){
-                      YUD.addClass('header-inner','hover');
-                }
-                else{
-                    YUD.removeClass('header-inner','hover');
-                }
-            })
            })
             </script>
         </%def>