From: caillon%returnzero.com <> Date: Sun, 12 Jan 2003 16:33:05 +0000 (+0000) Subject: XUL Chrome should use |content| over |_content|. r/a=justdave via irc X-Git-Tag: bugzilla-2.17.4~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=115fd93445aa705ed2a303015a4a776fd8cc492b;p=thirdparty%2Fbugzilla.git XUL Chrome should use |content| over |_content|. r/a=justdave via irc --- diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl index ad530cbb78..d856e4e888 100644 --- a/template/en/default/sidebar.xul.tmpl +++ b/template/en/default/sidebar.xul.tmpl @@ -40,7 +40,7 @@ var sidebar = 1; function load_absolute_url( aAbsoluteURL ) { - _content.location = aAbsoluteURL; + content.location = aAbsoluteURL; } function load_relative_url( aRelativeURL ) {