You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bu...@apache.org on 2012/09/09 13:39:47 UTC

svn commit: r831459 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/flex/installerbadge/index.html

Author: buildbot
Date: Sun Sep  9 11:39:46 2012
New Revision: 831459

Log:
Staging update by buildbot for flex

Modified:
    websites/staging/flex/trunk/cgi-bin/   (props changed)
    websites/staging/flex/trunk/content/   (props changed)
    websites/staging/flex/trunk/content/flex/installerbadge/index.html

Propchange: websites/staging/flex/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Sep  9 11:39:46 2012
@@ -1 +1 @@
-1382458
+1382460

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Sep  9 11:39:46 2012
@@ -1 +1 @@
-1382458
+1382460

Modified: websites/staging/flex/trunk/content/flex/installerbadge/index.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/installerbadge/index.html (original)
+++ websites/staging/flex/trunk/content/flex/installerbadge/index.html Sun Sep  9 11:39:46 2012
@@ -35,8 +35,6 @@
     function init() {
         var prefix, theElement, theHeight, theWidth, widget;
 
-        console.log("HERE '" + displayType() + "'");
-
         if (displayType() != "") {
             if (typeof window.innerWidth === 'number') {
                 theHeight = window.innerHeight;
@@ -49,6 +47,9 @@
             }
 
             widget = document.getElementById("InstallApacheFlexBadge");
+
+            console.log("HERE '" + widget + "'");
+
             widget.style.height = (theHeight - 2) + "px";
             widget.style.width = (theWidth - 2) + "px";