From e657673e5a3cef62c3b3bfc0496be510e7a6409f Mon Sep 17 00:00:00 2001 From: "mgalli%geckonnection.com" Date: Mon, 8 Aug 2005 22:13:58 +0000 Subject: [PATCH] Temporary default URL. --- minimo/chrome/content/minimo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimo/chrome/content/minimo.js b/minimo/chrome/content/minimo.js index c714b8f3ac11..d2376b7c74ca 100755 --- a/minimo/chrome/content/minimo.js +++ b/minimo/chrome/content/minimo.js @@ -198,7 +198,7 @@ function MiniNavStartup() var currentTab=getBrowser().selectedTab; browserInit(currentTab); gSelectedTab=currentTab; - loadURI("http://www.google.com"); + loadURI("http://www.google.com/xhtml"); // // this is temporary til we get menu tminig events stuff fixed.