Warning for Mozilla users
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 12 Jul 2005 14:16:34 +0000 (14:16 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 12 Jul 2005 14:16:34 +0000 (14:16 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@1140 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/install.js

index 563dc4f..5751b1f 100644 (file)
@@ -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);
+