Commit c473da036859c3ac83a7e01aa881d8488ae94281

Authored by Julien Verneuil
1 parent 60e0d647

use the minified version of jquery-1.11.3.js

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
web/CXM_jquery.anubis
@@ -126,7 +126,7 @@ define List(HTML_Head_Tag) @@ -126,7 +126,7 @@ define List(HTML_Head_Tag)
126 jquery_defaults 126 jquery_defaults
127 = 127 =
128 [ 128 [
129 - js(js_file("/js/jquery/jquery-1.11.3.js")), 129 + js(js_file("/js/jquery/jquery-1.11.3.min.js")),
130 js(js_file("/js/jquery/jquery-ui-1.11.4/jquery-ui.min.js")), 130 js(js_file("/js/jquery/jquery-ui-1.11.4/jquery-ui.min.js")),
131 ]. 131 ].
132 132