1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Use minified JS

This commit is contained in:
Cristian Deluxe 2016-12-07 06:24:09 +01:00
parent 6d1f979d16
commit 1cc4d0f2df

View file

@ -197,9 +197,10 @@
</div>
<TMPL_INCLUDE NAME="partial/footer_pre.tmpl">
<script src="<TMPL_VAR NAME="R_PATH">/static/js/formatdate.js"></script>
<script src="<TMPL_VAR NAME="R_PATH">/static/js/querystring.js"></script>
<script src="<TMPL_VAR NAME="R_PATH">/static/js/dynazoom.js"></script>
<script src="<TMPL_VAR NAME="R_PATH">/static/js/formatdate.min.js"></script>
<script src="<TMPL_VAR NAME="R_PATH">/static/js/querystring.min.js"></script>
<script src="<TMPL_VAR NAME="R_PATH">/static/js/dynazoom.min.js"></script>
<script type="text/javascript">
//Zoom modal opening
$('.img-zoom').click(function(){
@ -227,7 +228,6 @@
refreshZoom(query, form, image);
$('#zoom').modal('show');
});
</script>
<TMPL_INCLUDE NAME="partial/footer.tmpl">