[TYPO] website: add semicolon

Thanks @sle-odoo
This commit is contained in:
Jeremy Kersten 2015-05-18 16:18:28 +02:00
parent 21d4b3fda9
commit 30013c57ba
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
ev.preventDefault();
var link = $('.js_language_selector a[data-default-lang]')[0];
if (link) {
link.pathname = $(link).data('lang') + link.pathname
link.pathname = $(link).data('lang') + link.pathname;
link.search += (link.search ? '&' : '?') + 'enable_editor=1';
window.location = link.attributes.href.value;
}