Changeset 3:cf375f1e7b0f for admin/js/_index.js
- Timestamp:
- 04/27/11 09:06:30 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_index.js
r0 r3 11 11 12 12 if ($('input[name=save-publish]',f).length > 0) { 13 var btn = $('<input type="submit" class="submit"value="' + $('input[name=save-publish]',f).val() + '" tabindex="3" />');13 var btn = $('<input type="submit" value="' + $('input[name=save-publish]',f).val() + '" tabindex="3" />'); 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.