Changeset 27783
- Timestamp:
- 03/27/2014 05:31:00 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/post.js
r27770 r27783 375 375 376 376 jQuery(document).ready( function($) { 377 var stamp, visibility, $submitButtons, updateVisibility, updateText, $content, topx, reset, 378 deltax = 0, 377 var stamp, visibility, $submitButtons, updateVisibility, updateText, 379 378 sticky = '', 380 379 last = 0, -
trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
r27770 r27783 271 271 272 272 editor.on( 'init', function() { 273 var env = tinymce.Env, topx, reset, 274 deltax = 0, 273 var env = tinymce.Env, 275 274 bodyClass = ['mceContentBody'], // back-compat for themes that use this in editor-style.css... 276 275 doc = editor.getDoc(),
Note: See TracChangeset
for help on using the changeset viewer.