mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 13:41:24 +01:00
Media JS: Remove unused Attachment view events. see #21390.
git-svn-id: http://core.svn.wordpress.org/trunk@22333 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
097cb6117d
commit
faf00687d4
@ -1038,10 +1038,8 @@
|
|||||||
template: media.template('attachment'),
|
template: media.template('attachment'),
|
||||||
|
|
||||||
events: {
|
events: {
|
||||||
'click .attachment-preview': 'toggleSelection',
|
'click .attachment-preview': 'toggleSelection',
|
||||||
// 'mouseenter .attachment-preview': 'shrink',
|
'change .describe': 'describe'
|
||||||
// 'mouseleave .attachment-preview': 'expand',
|
|
||||||
'change .describe': 'describe'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
buttons: {},
|
buttons: {},
|
||||||
|
Loading…
Reference in New Issue
Block a user