Delete code that has been commented out for over 18 months.
This commit is contained in:
@@ -9,28 +9,6 @@ function popupchecker(msg) {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
function popUpProperties(inobj) {
|
||||
/// Legacy function
|
||||
var op = window.open();
|
||||
op.document.open('text/plain');
|
||||
for (objprop in inobj) {
|
||||
op.document.write(objprop + ' => ' + inobj[objprop] + '\n');
|
||||
}
|
||||
op.document.close();
|
||||
}
|
||||
|
||||
function fillmessagebox(text) {
|
||||
/// Legacy function
|
||||
document.form.message.value = text;
|
||||
}
|
||||
|
||||
function copyrichtext(textname) {
|
||||
/// Legacy stub for old editor - to be removed soon
|
||||
return true;
|
||||
}
|
||||
*/
|
||||
|
||||
function checkall() {
|
||||
var el = document.getElementsByTagName('input');
|
||||
for(var i=0; i<el.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user