summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/after-the-deadline/atd-nonvis-editor-plugin.js')
-rw-r--r--plugins/jetpack/modules/after-the-deadline/atd-nonvis-editor-plugin.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/jetpack/modules/after-the-deadline/atd-nonvis-editor-plugin.js b/plugins/jetpack/modules/after-the-deadline/atd-nonvis-editor-plugin.js
index 9ca642a6..5a5bf22b 100644
--- a/plugins/jetpack/modules/after-the-deadline/atd-nonvis-editor-plugin.js
+++ b/plugins/jetpack/modules/after-the-deadline/atd-nonvis-editor-plugin.js
@@ -80,6 +80,7 @@ function AtD_restore_if_proofreading() {
}
}
+/* exported AtD_unbind_proofreader_listeners */
function AtD_unbind_proofreader_listeners() {
jQuery('#save-post, #post-preview, #publish, #edButtonPreview').unbind('focus', AtD_restore_if_proofreading );
jQuery('#add_poll, #add_image, #add_video, #add_audio, #add_media').unbind('click', AtD_restore_if_proofreading );
@@ -110,7 +111,7 @@ function AtD_check(button) {
AtD_qtbutton = button;
}
- if ( !jQuery('#content').size() ) {
+ if ( !jQuery('#content').length ) {
if ( 'undefined' !== typeof callback ) {
callback( 0 );
}