Skip to content

Commit

Permalink
fix: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-deriv committed Jan 9, 2024
1 parent 62a85d3 commit fd292dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/javascript/app/base/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ const Page = (() => {
Language.setCookie(Language.urlLang());
const url_query_strings = Url.paramsHash();

if (!ClientBase.get('is_virtual')) {
// TODO: uncomment below to enable interview popup dialog
// InterviewPopup.onLoad();
}
if (url_query_strings['data-elevio-article']) {
Elevio.injectElevio();
}
Expand Down

0 comments on commit fd292dc

Please sign in to comment.