Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Publicious.org
Plugins
Media Categories
Commits
62e3d0e5
Commit
62e3d0e5
authored
Oct 28, 2015
by
John James Jacoby
Browse files
Improve compatibility with WP Chosen.
parent
3d9a92f6
Changes
1
Show whitespace changes
Inline
Side-by-side
assets/js/media-views.js
View file @
62e3d0e5
...
...
@@ -63,6 +63,6 @@ window.wp = window.wp || { };
// Relocate the new dropdown
$
(
document
).
ready
(
function
()
{
$
(
'
.media-toolbar.wp-filter .
s
ele
ct-mode-toggle
-button
'
).
after
(
$
(
'
.media-toolbar.wp-filter .
attachment-filters
'
)
);
$
(
'
.media-toolbar.wp-filter .
d
ele
te-selected
-button
'
).
before
(
$
(
'
.media-toolbar.wp-filter .
select-mode-toggle-button
'
)
);
}
);
}
)(
jQuery
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment