1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-03 11:57:41 +02:00

implementing custom js

This commit is contained in:
kakwa 2015-08-09 10:35:28 +02:00
parent f61c7908cb
commit 61df2094c4
2 changed files with 28 additions and 3 deletions

View file

@ -42,6 +42,11 @@
<script type="text/javascript" src="/static/js/removediacritic.js"></script>
<script type="text/javascript" src="/static/js/lc-filler.js"></script>
<script type="text/javascript" src="/static/js/sha1.js"></script>
% if custom_js:
% for js in custom_js:
<script type="text/javascript" src="/custom/${js}"></script>
% endfor
%endif
<script>
$(function(){