Ticket #12829: post.dev.js.2.diff
| File post.dev.js.2.diff, 788 bytes (added by , 16 years ago) |
|---|
-
wp-admin/js/post.dev.js
362 362 } 363 363 364 364 function updateText() { 365 var attemptedDate, originalDate, currentDate, publishOn, p ostStatus = $('#post_status'),366 optPublish = $('option[value=publish]', postStatus), aa = $('#aa').val(),365 var attemptedDate, originalDate, currentDate, publishOn, page = 'page' == pagenow || 'page-new' == pagenow, 366 postStatus = $('#post_status'), optPublish = $('option[value=publish]', postStatus), aa = $('#aa').val(), 367 367 mm = $('#mm').val(), jj = $('#jj').val(), hh = $('#hh').val(), mn = $('#mn').val(); 368 368 369 369 attemptedDate = new Date( aa, mm - 1, jj, hh, mn );