From e34200418e9b2e2f09ce20b78e31cb4d1bb03cb4 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 30 Apr 2014 12:07:25 +0200 Subject: [PATCH] Using combined, minified JavaScript resource --- com.woltlab.wcf/templates/headInclude.tpl | 27 ++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/com.woltlab.wcf/templates/headInclude.tpl b/com.woltlab.wcf/templates/headInclude.tpl index cbfc6d162b..6cd5bb052d 100644 --- a/com.woltlab.wcf/templates/headInclude.tpl +++ b/com.woltlab.wcf/templates/headInclude.tpl @@ -40,16 +40,33 @@ {/if} - + +{if ENABLE_DEBUG_MODE} + + + + + + + + + + + + + + + +{else} + +{/if} + - - - - + {event name='javascriptInclude'} -- 2.20.1