mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Admin Bar UI enhancement. Welcome page content update.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12189 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7dcd60a762
commit
45dcea0706
17 changed files with 275 additions and 234 deletions
|
|
@ -672,17 +672,4 @@ function xStopPropagation(evt)
|
|||
xDeprecate('xStopPropagation');
|
||||
if (evt && evt.stopPropagation) evt.stopPropagation();
|
||||
else if (window.event) window.event.cancelBubble = true;
|
||||
}
|
||||
|
||||
// Admin Bar
|
||||
jQuery(function($){
|
||||
$('#adminBar')
|
||||
.mouseover(function(){
|
||||
$('body').addClass('adminBar');
|
||||
})
|
||||
.mouseleave(function(){
|
||||
setTimeout(function(){
|
||||
$('body').removeClass('adminBar');
|
||||
}, 3000);
|
||||
});
|
||||
});
|
||||
}
|
||||
2
common/js/x.min.js
vendored
2
common/js/x.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue