You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I'm experiencing an issue with the implementation of handlebars-intl with some browser. The browser are Internet Explorer 9 (IE 11 works) and Safari.
The problem is that handlebars-intl is not loaded and the console log both for IE and Safari reports that handlebarsIntl is undefined. As declared in the docs, in order to support older browser intl.js must be loaded and this has been done.
This is the way I include the code:
<scriptsrc="widget/jquery.js"></script><script>$.noConflict();// Code that uses other library's $ can follow here. </script><scriptsrc="app/semantic.min.js"></script><!-- support to Intl for IE and old browsers --><scriptsrc="https://cdn.polyfill.io/v2/polyfill.min.js"></script><scriptsrc="app/handlebars.js"></script><scriptsrc="app/handlebars-intl.min.js"></script><scriptsrc="app/locale-data/it.js"></script><scriptsrc="app/locale-data/en.js"></script><scriptsrc="app/locale-data/fr.js"></script><scriptsrc="app/locale-data/es.js"></script><scriptsrc="app/app.js"></script>
Any suggestion would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hi all,
I'm experiencing an issue with the implementation of
handlebars-intl
with some browser. The browser are Internet Explorer 9 (IE 11 works) and Safari.The problem is that
handlebars-intl
is not loaded and the console log both for IE and Safari reports that handlebarsIntl is undefined. As declared in the docs, in order to support older browser intl.js must be loaded and this has been done.This is the way I include the code:
Any suggestion would be greatly appreciated.
The text was updated successfully, but these errors were encountered: