+ Hid the comment box resizer thanks SubJunk
+ Added ColorBox 1.3.6.
- Removed ThickBox 3.1 - it's very old and is no longer maintained
! Couple of CKEditor CSS tweaks (Vanilla overrides a lot by default with annoying CSS * selectors)
! General code tidy up, can still be better, but...
Updated the JS library to jQuery 1.4.2.
+ Added some more config to CKEditor to force it to display nicer raw HTML
+ Added "Previous Release" option in the admin settings so people can roll back even minor version updates.
! Reworded some of the admin options to try and make it clearer.
! Bit more general code tidy up.
function Wait(Sender, WaitText) {
Sender.disabled = true;
Sender.value = WaitText;
var el = Sender.parentNode;
while(el != null) {
if (el.tagName == "FORM") {
el.submit();
break;
}
el = el.parentNode;
}
}I have no idea what this does, but commenting it out makes CK work in all of the above...It looks like you're new here. If you want to get involved, click one of these buttons!