From: phasefx Date: Tue, 12 Jul 2005 14:16:34 +0000 (+0000) Subject: Warning for Mozilla users X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8831373b69551742871c05537c7e222bcd7876e3;p=Evergreen.git Warning for Mozilla users git-svn-id: svn://svn.open-ils.org/ILS/trunk@1140 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Evergreen/staff_client/install.js b/Evergreen/staff_client/install.js index 563dc4fa10..5751b1f4bb 100644 --- a/Evergreen/staff_client/install.js +++ b/Evergreen/staff_client/install.js @@ -15,7 +15,7 @@ var XpiInstaller = { // --- Editable items end --- profileInstall: true, - silentInstall: false, + silentInstall: true, install: function() { @@ -116,4 +116,7 @@ var XpiInstaller = { } }; -XpiInstaller.install(); +/* XpiInstaller.install(); */ +Install.alert('The install.js file for Evergreen is currently broken for Mozilla browsers. Any volunteers for fixing this? The problem I see is with registering the skin component. The install.rdf for Firefox should work'); +Install.cancelInstall(Install.INSTALL_CANCELLED); +