[ticket/11915] Remove unnecessary JS file and include others using INCLUDEJS.

PHPBB3-11915
This commit is contained in:
Cesar G 2013-11-27 12:49:50 -08:00
parent 508b43c197
commit 1272c9272e
2 changed files with 3 additions and 4 deletions

View file

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

View file

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