mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 11:57:41 +02:00
implementing custom js
This commit is contained in:
parent
f61c7908cb
commit
61df2094c4
2 changed files with 28 additions and 3 deletions
|
@ -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(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue