From: Tim Düsterhus Date: Tue, 2 Sep 2014 18:44:31 +0000 (+0200) Subject: Use unminified jQuery in debug mode X-Git-Tag: 2.1.0_Alpha_1~359 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=46dbe68bcc439e58274f9506b6ceb3b2ea6672b2;p=GitHub%2FWoltLab%2FWCF.git Use unminified jQuery in debug mode --- diff --git a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl index a792a6d0db..1feeb39941 100644 --- a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl +++ b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl @@ -13,17 +13,17 @@ //]]> {if JQUERY_SOURCE == 'google'} - - + + {elseif JQUERY_SOURCE == 'microsoft'} - - + + {elseif JQUERY_SOURCE == 'cloudflare'} - - + + {else} - - + + {/if} {if JQUERY_SOURCE != 'local'}