Changeset 454:0458313d8a11 for admin/js/_index.js
- Timestamp:
- 06/30/11 12:19:13 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_index.js
r343 r454 11 11 12 12 if ($('input[name=save-publish]',f).length > 0) { 13 var btn = $('<input type="submit" value="' + $('input[name=save-publish]',f).val() + '" tabindex="3"/>');13 var btn = $('<input type="submit" value="' + $('input[name=save-publish]',f).val() + '" />'); 14 14 $('input[name=save-publish]',f).remove(); 15 15 $('input[name=save]',f).after(btn).after(' ');
Note: See TracChangeset
for help on using the changeset viewer.