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 69A13D2F2 for ; Sun, 9 Sep 2012 11:38:29 +0000 (UTC) Received: (qmail 54022 invoked by uid 500); 9 Sep 2012 11:38:29 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 53717 invoked by uid 500); 9 Sep 2012 11:38:28 -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 53690 invoked by uid 99); 9 Sep 2012 11:38:28 -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:28 +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:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 45B2C23889B8 for ; Sun, 9 Sep 2012 11:37:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r831458 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/flex/installerbadge/index.html Date: Sun, 09 Sep 2012 11:37:42 -0000 To: flex-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120909113742.45B2C23889B8@eris.apache.org> Author: buildbot Date: Sun Sep 9 11:37:41 2012 New Revision: 831458 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:37:41 2012 @@ -1 +1 @@ -1382457 +1382458 Propchange: websites/staging/flex/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sun Sep 9 11:37:41 2012 @@ -1 +1 @@ -1382457 +1382458 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:37:41 2012 @@ -35,6 +35,8 @@ function init() { var prefix, theElement, theHeight, theWidth, widget; + console.log("HERE '" + displayType() + "'"); + if (displayType() != "") { if (typeof window.innerWidth === 'number') { theHeight = window.innerHeight;