upgrade jquery

This commit is contained in:
Thibault Duplessis 2016-10-05 12:17:39 +02:00
parent 860a5130f2
commit 20da9612ce
2 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ trait AssetHelper { self: I18nHelper =>
def jsTagCompiled(name: String) = if (isProd) jsAt("compiled/" + name) else jsTag(name)
val jQueryTag = cdnOrLocal(
cdn = "//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js",
cdn = "//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js",
test = "window.jQuery",
local = staticUrl("javascripts/vendor/jquery.min.js"))

File diff suppressed because one or more lines are too long