Ticket #1438: admin.js.diff
| File admin.js.diff, 489 bytes (added by kingkool68, 17 months ago) |
|---|
-
admin.js
480 480 var newCO = coauthors_create_autosuggest('', false); 481 481 coauthors_add_to_table(newCO); 482 482 } 483 484 // Make co-authors sortable so an editor can control the order of the authors 485 jQuery('#coauthors-edit').ready(function($) { 486 $( "#coauthors-list" ).sortable({ axis: 'y', containment: 'parent' }); 487 }); 483 488 484 489 });
