Changeset 33024
- Timestamp:
- 07/01/2015 02:53:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/post.js
r32856 r33024 1 1 /* global postL10n, ajaxurl, wpAjax, setPostThumbnailL10n, postboxes, pagenow, tinymce, alert, deleteUserSetting */ 2 /* global theList:true, theExtraList:true, getUserSetting, setUserSetting */2 /* global theList:true, theExtraList:true, getUserSetting, setUserSetting, commentReply */ 3 3 4 4 var commentsBox, WPSetThumbnailHTML, WPSetThumbnailID, WPRemoveThumbnail, wptitlehint, makeSlugeditClickable, editPermalink; … … 267 267 } 268 268 269 // Close the comment edit/reply form if open to stop the form 270 // action from interfering with the post's form action. 271 commentReply.close(); 272 269 273 releaseLock = false; 270 274 $(window).off( 'beforeunload.edit-post' );
Note: See TracChangeset
for help on using the changeset viewer.