From fed4d14803cda26105708b5f89829cdbedd4f352 Mon Sep 17 00:00:00 2001 From: "mgalli%geckonnection.com" Date: Mon, 8 Aug 2005 22:18:34 +0000 Subject: [PATCH] Removed google.com/xhtml. Somehow breaks minimo. --- 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 d2376b7c74c..55feb109e1f 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/xhtml"); + loadURI("http://www.google.com/"); // // this is temporary til we get menu tminig events stuff fixed.