Skip to content

Commit

Permalink
remove dinamic version on js files, because is an error when server c…
Browse files Browse the repository at this point in the history
…ant resolved
  • Loading branch information
mariez committed Nov 10, 2016
1 parent d2ddda0 commit dbedf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footer.inc
Expand Up @@ -20,7 +20,7 @@
<script type="text/javascript" src="ui/phplist-ui-bootstrap/js/phpList3ToBootstrap.js"></script>
<script type="text/javascript" src="ui/phplist-ui-bootstrap/bootstrap/dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="ui/phplist-ui-bootstrap/js/jcarousellite_1.0.1.min.js"></script>
<script type="text/javascript" src="ui/phplist-ui-bootstrap/js/phplist.js?v=<?php echo filemtime(dirname(__FILE__).'/js/phplist.js'); ?>"></script>
<script type="text/javascript" src="ui/phplist-ui-bootstrap/js/phplist.js"></script>

<script>
/* do not remove this from here */
Expand Down

0 comments on commit dbedf4d

Please sign in to comment.