DFW: show the toolbar only when the mouse is near the top of the window, see #17503

git-svn-id: https://develop.svn.wordpress.org/trunk@18241 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-06-10 21:08:49 +00:00
parent 2682009d26
commit 48951ad388
7 changed files with 21 additions and 8 deletions
@@ -88,7 +88,7 @@
if ( 'undefined' != fullscreen ) {
fsed.dom.bind( fsed.dom.doc, 'mousemove', function(e){
fullscreen.bounder( 'showToolbar', 'hideToolbar', 2000 );
fullscreen.bounder( 'showToolbar', 'hideToolbar', 2000, e );
});
}
});