Pinking shears. see #26086 props atimmer.
Built from https://develop.svn.wordpress.org/trunk@26627 git-svn-id: http://core.svn.wordpress.org/trunk@26517 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
84c8a669d9
commit
e6f229c29b
@ -562,7 +562,7 @@ $(document).ready( function() {
|
|||||||
$adminmenu.on( 'touchstart.wp-responsive', 'li.wp-has-submenu > a', function() {
|
$adminmenu.on( 'touchstart.wp-responsive', 'li.wp-has-submenu > a', function() {
|
||||||
scrollStart = $window.scrollTop();
|
scrollStart = $window.scrollTop();
|
||||||
}).on( 'touchend.wp-responsive click.wp-responsive', 'li.wp-has-submenu > a', function( event ) {
|
}).on( 'touchend.wp-responsive click.wp-responsive', 'li.wp-has-submenu > a', function( event ) {
|
||||||
if ( ! $adminmenu.data('wp-responsive') ||
|
if ( ! $adminmenu.data('wp-responsive') ||
|
||||||
( event.type === 'touchend' && $window.scrollTop() !== scrollStart ) ) {
|
( event.type === 'touchend' && $window.scrollTop() !== scrollStart ) ) {
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user