Skip to content

Commit

Permalink
update const
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Jun 16, 2021
1 parent 06dee9c commit 1353bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<script>
{{#babel}}
function iframeGetSearchParams() {
let params = window.location.search.substr(1);
const params = window.location.search.substr(1);
let verticalUrl = window.location.pathname.substr(1);
return verticalUrl
? params + '&verticalUrl=' + verticalUrl
Expand Down

0 comments on commit 1353bb7

Please sign in to comment.