newObj = obj.constructor();
}
- // check for function objects (as usual, IE is fucked up)
+ // check for function objects (as usual, IE is phucked up)
if (obj.constructor.toString().indexOf("function Function(") >= 0) {
newObj = obj; // just copy reference to it
} else for (var n in obj) {
newObj = obj.constructor();
}
- // check for function objects (as usual, IE is fucked up)
+ // check for function objects (as usual, IE is phucked up)
if (obj.constructor.toString().indexOf("function Function(") == 1) {
newObj = obj; // just copy reference to it
} else for (var n in obj) {
el.parentNode.removeChild(el.nextSibling);
}
}
- // we should use innerHTML here, but IE6's implementation fucks up the
+ // we should use innerHTML here, but IE6's implementation phucks up the
// HTML to such extent that our poor Perl parser doesn't understand it
// anymore.
return window.opener.HTMLArea.getHTML(frame.contentWindow.document.body, leaveFixed);
newObj = obj.constructor();
}
- // check for function objects (as usual, IE is fucked up)
+ // check for function objects (as usual, IE is phucked up)
if (obj.constructor.toString().indexOf("function Function(") >= 0) {
newObj = obj; // just copy reference to it
} else for (var n in obj) {
setTimeout(function() {
var w = self.content.offsetWidth + 4;
var h = self.content.offsetHeight + 4;
- // size to content -- that's fuckin' buggy in all fuckin' browsers!!!
+ // size to content -- that's phuckin' buggy in all phuckin' browsers!!!
// so that we set a larger size for the dialog window and then center
// the element inside... phuck!