mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11915] Remove unnecessary JS file and include others using INCLUDEJS.
PHPBB3-11915
This commit is contained in:
parent
508b43c197
commit
1272c9272e
2 changed files with 3 additions and 4 deletions
|
@ -60,8 +60,8 @@
|
||||||
|
|
||||||
<!-- EVENT overall_footer_after -->
|
<!-- EVENT overall_footer_after -->
|
||||||
|
|
||||||
{$SCRIPTS}
|
|
||||||
<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
|
<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
|
||||||
|
{$SCRIPTS}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
<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?assets_version={T_ASSETS_VERSION}"></script>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
phpbb.plupload = {
|
phpbb.plupload = {
|
||||||
|
@ -69,4 +67,5 @@ phpbb.plupload = {
|
||||||
}
|
}
|
||||||
//]]>
|
//]]>
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/plupload.js"></script>
|
<!-- INCLUDEJS {T_ASSETS_PATH}/plupload/plupload.full.min.js -->
|
||||||
|
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/plupload.js -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue