Skip to content

Commit da84fde

Browse files
author
Richard Jones
committed
define the "undefined" var manually
1 parent f5a86e1 commit da84fde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/classic/html/help_controls.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// initial values for either Nosy, Superseder, Topic and Waiting On,
22
// depending on which has called
3-
43
original_field = window.opener.document.itemSynopsis[field].value;
54

5+
// Some browsers (ok, IE) don't define the "undefined" variable.
6+
undefined = document.geez_IE_is_really_friggin_annoying;
7+
68
function trim(value) {
79
var temp = value;
810
var obj = /^(\s*)([\W\w]*)(\b\s*$)/;

0 commit comments

Comments
 (0)