caller_subop = false;
}
- correctPNG();
+ if (typeof correctPNG != 'undefined') {
+ correctPNG();
+ }
notify("");
} catch (e) {
exception_error("feedlist_callback", e);
var container = document.getElementById('prefContent');
if (xmlhttp.readyState == 4) {
container.innerHTML=xmlhttp.responseText;
- correctPNG();
+ if (typeof correctPNG != 'undefined') {
+ correctPNG();
+ }
notify("");
}
}
checkbox.checked = true;
}
}
- correctPNG();
+ if (typeof correctPNG != 'undefined') {
+ correctPNG();
+ }
notify("");
}
}