diff --git a/minimo/chrome/content/minimo.js b/minimo/chrome/content/minimo.js index 68f02c22359..945ca19c01c 100755 --- a/minimo/chrome/content/minimo.js +++ b/minimo/chrome/content/minimo.js @@ -632,7 +632,7 @@ function DoBrowserRSS() { function DoPanelPreferences() { window.openDialog("chrome://minimo/content/preferences/preferences.xul","preferences","modal,centerscreeen,chrome,resizable=no"); - BrowserReload(); + // BrowserReload(); syncUIZoom(); } @@ -813,4 +813,4 @@ function util_validateInteger(s) } return true; } - \ No newline at end of file +