Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 519BDD2F1 for ; Sun, 9 Sep 2012 11:38:29 +0000 (UTC) Received: (qmail 54021 invoked by uid 500); 9 Sep 2012 11:38:29 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 53644 invoked by uid 500); 9 Sep 2012 11:38:25 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 53619 invoked by uid 99); 9 Sep 2012 11:38:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Sep 2012 11:38:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Sep 2012 11:38:22 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 03EB12388900; Sun, 9 Sep 2012 11:37:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1382458 - /incubator/flex/site/trunk/content/flex/installerbadge/index.chtml Date: Sun, 09 Sep 2012 11:37:38 -0000 To: flex-commits@incubator.apache.org From: erikdebruin@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120909113739.03EB12388900@eris.apache.org> Author: erikdebruin Date: Sun Sep 9 11:37:38 2012 New Revision: 1382458 URL: http://svn.apache.org/viewvc?rev=1382458&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=1382458&r1=1382457&r2=1382458&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:37:38 2012 @@ -34,6 +34,8 @@ function init() { var prefix, theElement, theHeight, theWidth, widget; + console.log("HERE '" + displayType() + "'"); + if (displayType() != "") { if (typeof window.innerWidth === 'number') { theHeight = window.innerHeight;