Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CAB9F200D52 for ; Sat, 2 Dec 2017 22:48:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C9348160BFB; Sat, 2 Dec 2017 21:48:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 122E3160BEA for ; Sat, 2 Dec 2017 22:48:47 +0100 (CET) Received: (qmail 59578 invoked by uid 500); 2 Dec 2017 21:48:47 -0000 Mailing-List: contact commits-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list commits@openoffice.apache.org Received: (qmail 59569 invoked by uid 99); 2 Dec 2017 21:48:47 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Dec 2017 21:48:47 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 257903A00E6 for ; Sat, 2 Dec 2017 21:48:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1816988 - /openoffice/ooo-site/trunk/content/download/test/download.js Date: Sat, 02 Dec 2017 21:48:42 -0000 To: commits@openoffice.apache.org From: marcus@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171202214845.257903A00E6@svn01-us-west.apache.org> archived-at: Sat, 02 Dec 2017 21:48:49 -0000 Author: marcus Date: Sat Dec 2 21:48:42 2017 New Revision: 1816988 URL: http://svn.apache.org/viewvc?rev=1816988&view=rev Log: Select box for languages: Assign the selected language to the correct variable Modified: openoffice/ooo-site/trunk/content/download/test/download.js Modified: openoffice/ooo-site/trunk/content/download/test/download.js URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download.js?rev=1816988&r1=1816987&r2=1816988&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/download/test/download.js (original) +++ openoffice/ooo-site/trunk/content/download/test/download.js Sat Dec 2 21:48:42 2017 @@ -479,6 +479,7 @@ DL.getLanguageSelection = function() { } DL.LANG_ISO = DL.SEL_LANG; + DL.LANG_SEL = DL.SEL_LANG; return DL.SEL_LANG; }