Add version parameter to scripts and stylesheet paths in view/
This commit is contained in:
parent
42990ac0f4
commit
71cefc7c9e
27 changed files with 113 additions and 113 deletions
|
@ -1 +1 @@
|
|||
<script type="text/javascript" src="view/js/country.js" ></script>
|
||||
<script type="text/javascript" src="view/js/country.js?v={{$smarty.const.FRIENDICA_VERSION}}" ></script>
|
|
@ -1,2 +1,2 @@
|
|||
<script type="text/javascript" src="view/asset/cropperjs/dist/cropper.min.js"></script>
|
||||
<link rel="stylesheet" href="view/asset/cropperjs/dist/cropper.min.css" type="text/css" />
|
||||
<script type="text/javascript" src="view/asset/cropperjs/dist/cropper.min.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
||||
<link rel="stylesheet" href="view/asset/cropperjs/dist/cropper.min.css?v={{$smarty.const.FRIENDICA_VERSION}}" type="text/css" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue