Clean up the sticky menu and responsive tweaks JS:

- More descriptive names.
- Share cached jQuery elements.
- Fix re-enabling of touch events on the admin menu.
- Fix disabling/enabling of UI Sortable.
Props tollmanz, props sanchothefat, see #26086, fixes #26088.

git-svn-id: https://develop.svn.wordpress.org/trunk@26402 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2013-11-26 08:56:11 +00:00
parent 7c6dfbf0f8
commit 0329fb83e3
5 changed files with 217 additions and 245 deletions
+2 -2
View File
@@ -945,7 +945,7 @@
position: absolute;
}
#moby6-overlay {
#wp-responsive-overlay {
position: fixed;
top: 0;
left: 0;
@@ -979,4 +979,4 @@
#wpadminbar #wp-admin-bar-wp-logo {
display: none;
}
}
}