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;
}