Load typing.js after jquery

This commit is contained in:
curben 2018-10-19 11:57:41 +10:30
parent 57303be096
commit 1f0f664677
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,3 @@
<%/* javascript of Typing theme */%>
<%- js('js/typing') %>
<%/* Fallback function for SRI */%> <%/* Fallback function for SRI */%>
<%- js('js/sri-fallback.min') %> <%- js('js/sri-fallback.min') %>
@ -21,3 +18,6 @@
var cl = cloudinary.Cloudinary.new({cloud_name: "curben"}); var cl = cloudinary.Cloudinary.new({cloud_name: "curben"});
cl.responsive(); cl.responsive();
</script> </script>
<%/* javascript of Typing theme */%>
<%- js('js/typing') %>