Changeset 1959:2c77682177b4 for plugins/maintenance/js/dc.maintenance.js
- Timestamp:
- 09/19/13 23:18:37 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/js/dc.maintenance.js
r1925 r1959 35 35 dcMaintenanceStep(box,code); 36 36 } else { 37 $(' .step-msg',box).addClass('success');37 $('#content h2').after($('<div/>').addClass('success').append($('.step-msg',box))); 38 38 $('.step-wait',box).remove(); 39 39 $('.step-back',box).show();
Note: See TracChangeset
for help on using the changeset viewer.