Ticket #10135: post.dev.js.diff
File post.dev.js.diff, 321 bytes (added by , 16 years ago) |
---|
-
post.dev.js
old new 214 214 215 215 // for Press This 216 216 if ( typeof autosave != 'function' ) 217 autosave = function(){};217 var autosave = function(){}; 218 218 219 219 // postboxes 220 220 postboxes.add_postbox_toggles('post');