Return-Path: X-Original-To: apmail-openmeetings-commits-archive@www.apache.org Delivered-To: apmail-openmeetings-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4EB43E824 for ; Fri, 1 Mar 2013 10:31:36 +0000 (UTC) Received: (qmail 67512 invoked by uid 500); 1 Mar 2013 10:31:33 -0000 Delivered-To: apmail-openmeetings-commits-archive@openmeetings.apache.org Received: (qmail 66613 invoked by uid 500); 1 Mar 2013 10:31:32 -0000 Mailing-List: contact commits-help@openmeetings.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openmeetings.apache.org Delivered-To: mailing list commits@openmeetings.apache.org Received: (qmail 65988 invoked by uid 99); 1 Mar 2013 10:31:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 10:31:31 +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; Fri, 01 Mar 2013 10:31:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1A7532388C3E; Fri, 1 Mar 2013 10:31:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1451557 - /openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/networktesting.lzx Date: Fri, 01 Mar 2013 10:31:09 -0000 To: commits@openmeetings.apache.org From: solomax@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130301103109.1A7532388C3E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: solomax Date: Fri Mar 1 10:31:08 2013 New Revision: 1451557 URL: http://svn.apache.org/r1451557 Log: [OPENMEETINGS-530] typo is fixed Modified: openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/networktesting.lzx Modified: openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/networktesting.lzx URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/networktesting.lzx?rev=1451557&r1=1451556&r2=1451557&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/networktesting.lzx (original) +++ openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/networktesting.lzx Fri Mar 1 10:31:08 2013 @@ -72,8 +72,8 @@ if ($debug) Debug.write("url ", url); url = url.substr(url.indexOf("//") + 2); var portIdx = url.indexOf(":"); - host = url.substr(0, portIdx != -1 ? portIdx : url.indexOf("/"))); - if ($debug) Debug.write("canvas.host ", canvas.host); + host = url.substr(0, portIdx != -1 ? portIdx : url.indexOf("/")); + if ($debug) Debug.write("host ", host); } } return host;