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

Commit

Permalink
rerun the circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiyeh-deriv committed Nov 28, 2021
1 parent 0e2f213 commit 2204df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var footer_non_eu_el = document.getElementById('footer-non-eu');
var href = window.location.href;
var default_app_id = 11;

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

0 comments on commit 2204df4

Please sign in to comment.