Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 2204df4

Browse files
rerun the circle ci
1 parent 0e2f213 commit 2204df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var footer_non_eu_el = document.getElementById('footer-non-eu');
66
var href = window.location.href;
77
var default_app_id = 11;
88

9-
//Remove the '#' check later once the backend changes are released TODO
9+
// Remove the '#' check later once the backend changes are released TODO
1010
var params_str = href.indexOf('#') != -1 ? href.split('#')[1] : href.split('?')[1];
1111
var lang = (params_str && params_str.match(/lang=[a-zA-Z]+/g) || []).map(function (val) { return val.split('=')[1] })[0] ||
1212
(local_storage.get('i18n') && local_storage.get('i18n').value) || 'en';

0 commit comments

Comments
 (0)