Use minified JS

This commit is contained in:
Cristian Deluxe 2016-12-07 06:24:09 +01:00
parent 6d1f979d16
commit 1cc4d0f2df
1 changed files with 4 additions and 4 deletions

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">