Weglot for Datasnipper - updated templates. Approved to move Walmart screenshots scripts to a cloud host. Need to re-write it in playwright

This commit is contained in:
Norm Rasmussen
2024-03-27 22:17:31 -04:00
parent 30f5cfd5e4
commit ee29257e17
7 changed files with 46 additions and 22 deletions

View File

@ -11,21 +11,12 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js" type="text/javascript"></script>
{% comment %}
<script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js"></script>
<script>
Weglot.initialize({
api_key: 'wg_65c22885fee5b146978034548c4f888a6',
switchers: [
{
style: {
full_name: true,
with_name: true,
is_dropdown: false,
with_flags: true,
flag_type: "circle",
invert_flags: false
},
location: {
target: ".np-header",
sibling: null
@ -34,7 +25,6 @@
],
});
</script>
{% endcomment %}
{% include 'generic_tns_carousel' %}
{% include 'function_update_event_timezone' %}

View File

@ -8,6 +8,7 @@
{% endfor %}
{% endif %}
{% endif %}
{% if ready %}
<script>
if (window.location.pathname != '/app/dashboard'){
@ -26,8 +27,8 @@
<div class="waiting-room-container">
<img class="image" src="https://s3.amazonaws.com/static.northpass.com/Mizuno+Golf/logo.png">
<div class="text">
Thank you for entering your PGA ID!
Please wait while we configure the school for you.
Thank you for entering your PGA ID!
Please wait while we configure the school for you.
Youll be automatically redirected when it's ready!
</div>
</div>
@ -102,4 +103,4 @@
margin-top: 0;
}
}
</style>
</style>