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

svn commit: r1382467 - /incubator/flex/site/trunk/content/flex/installerbadge/index.chtml

Author: erikdebruin
Date: Sun Sep  9 11:48:17 2012
New Revision: 1382467

URL: http://svn.apache.org/viewvc?rev=1382467&view=rev
Log:
Minor update to fix sizing problem on the small version of the badge.

Modified:
    incubator/flex/site/trunk/content/flex/installerbadge/index.chtml

Modified: incubator/flex/site/trunk/content/flex/installerbadge/index.chtml
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/installerbadge/index.chtml?rev=1382467&r1=1382466&r2=1382467&view=diff
==============================================================================
--- incubator/flex/site/trunk/content/flex/installerbadge/index.chtml (original)
+++ incubator/flex/site/trunk/content/flex/installerbadge/index.chtml Sun Sep  9 11:48:17 2012
@@ -69,6 +69,8 @@
         
         if (!_widget)
             setTimeout(function () { waitForWidget(); }, 1000);
+        else
+            init();
     }
     
     start();