Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/amo2009/install.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/elements/amo2009/install.thtml')
-rw-r--r--site/app/views/elements/amo2009/install.thtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/app/views/elements/amo2009/install.thtml b/site/app/views/elements/amo2009/install.thtml
index e938571..c9aab3e 100644
--- a/site/app/views/elements/amo2009/install.thtml
+++ b/site/app/views/elements/amo2009/install.thtml
@@ -179,6 +179,9 @@ if (count($addonFiles) < 1) {
}
}
+ // we are sugar
+ $_class_platform_string = "platform-ALL";
+
// run the right javascript action for the addon type in question
$installTriggerName = "installTrigger" . $file['id'] . $uniqueId;