Current section

Files

Jump to
zotonic_mod_base priv templates _js_include.tpl
Raw

priv/templates/_js_include.tpl

{% include "_js_include_jquery.tpl" %}
{% lib
"js/modules/jstz.min.js"
"cotonic/cotonic.js"
"js/apps/zotonic-wired.js"
"js/apps/z.widgetmanager.js"
"js/modules/z.notice.js"
"js/modules/z.imageviewer.js"
"js/modules/z.dialog.js"
"js/modules/z.popupwindow.js"
"js/modules/livevalidation-1.3.js"
"js/modules/jquery.loadmask.js"
%}
{% block _js_include_extra %}{% endblock %}
<script type="text/javascript" nonce="{{ m.req.csp_nonce }}">
$(function()
{
$.widgetManager();
});
</script>
{% worker name="auth" src="js/zotonic.auth.worker.js" args=%{ auth: m.authentication.status } %}