]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
XUL Chrome should use |content| over |_content|. r/a=justdave via irc
authorcaillon%returnzero.com <>
Sun, 12 Jan 2003 16:33:05 +0000 (16:33 +0000)
committercaillon%returnzero.com <>
Sun, 12 Jan 2003 16:33:05 +0000 (16:33 +0000)
template/en/default/sidebar.xul.tmpl

index ad530cbb782fe08c473d6ddd0be6b7b57dd423cf..d856e4e88811f2fab5db3e48d36ffb9e46cb5f53 100644 (file)
@@ -40,7 +40,7 @@
 var sidebar = 1;
 
 function load_absolute_url( aAbsoluteURL ) {
-    _content.location = aAbsoluteURL;
+    content.location = aAbsoluteURL;
 }
 
 function load_relative_url( aRelativeURL ) {