mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
[ticket/11914] Add assets version to included plupload scripts
PHPBB3-11914
This commit is contained in:
parent
b9f950054a
commit
fbedce8d4a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<script type="text/javascript" src="{T_ASSETS_PATH}/plupload/plupload.full.min.js"></script>
|
<script type="text/javascript" src="{T_ASSETS_PATH}/plupload/plupload.full.min.js?assets_version={T_ASSETS_VERSION}"></script>
|
||||||
<script type="text/javascript" src="{T_ASSETS_PATH}/plupload/jquery.plupload.queue/jquery.plupload.queue.min.js"></script>
|
<script type="text/javascript" src="{T_ASSETS_PATH}/plupload/jquery.plupload.queue/jquery.plupload.queue.min.js?assets_version={T_ASSETS_VERSION}"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
phpbb.plupload = {
|
phpbb.plupload = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue