From 9e5578a9dbb234ec0ea12cf7aaefc05fcfd07444 Mon Sep 17 00:00:00 2001 From: Sinevich Sergey Date: Tue, 29 Jul 2014 12:56:35 +0400 Subject: [PATCH] load jquery depending on protocol --- blocks-touch/i-jquery/__core/i-jquery__core.bemhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks-touch/i-jquery/__core/i-jquery__core.bemhtml b/blocks-touch/i-jquery/__core/i-jquery__core.bemhtml index 0c6383fa..e3236a3b 100644 --- a/blocks-touch/i-jquery/__core/i-jquery__core.bemhtml +++ b/blocks-touch/i-jquery/__core/i-jquery__core.bemhtml @@ -1,5 +1,5 @@ block i-jquery, elem core, default: applyCtx({ block: 'b-page', elem: 'js', - url: 'http://yastatic.net/jquery/1.8.3/jquery.min.js' + url: '//yastatic.net/jquery/1.8.3/jquery.min.js' })