From 8c7b86d9cc4d6cfb1886699a995ebfe45ac9c254 Mon Sep 17 00:00:00 2001 From: Jay Linski Date: Sun, 16 Oct 2016 12:28:03 +0200 Subject: [PATCH] Update jQuery to latest 1.x stable version See http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/. Should be backwards compatible. Fixes a lot of bugs and improves performance. --- layout/theme.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/theme.liquid b/layout/theme.liquid index e15288fd0..6191090cc 100755 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -34,7 +34,7 @@ {{ content_for_header }} {% include 'oldIE-js' %} - {{ '//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js' | script_tag }} + {{ '//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' | script_tag }} {{ 'modernizr.min.js' | asset_url | script_tag }} {% comment %}