Ticket #16975: 16975.diff
| File 16975.diff, 574 bytes (added by , 15 years ago) |
|---|
-
wp-includes/js/autosave.dev.js
161 161 samplepermalinknonce: jQuery('#samplepermalinknonce').val() 162 162 }, 163 163 function(data) { 164 jQuery('#edit-slug-box').html(data); 165 makeSlugeditClickable(); 164 if ( data === '-1' ) { 165 jQuery('#edit-slug-box').html(''); 166 } else { 167 jQuery('#edit-slug-box').html(data); 168 makeSlugeditClickable(); 169 } 166 170 } 167 171 ); 168 172 }