From a49570fded18a77d8efcc77837f5cfa5c90acfa0 Mon Sep 17 00:00:00 2001 From: bashmak Date: Wed, 5 Jul 2017 13:55:21 +0300 Subject: [PATCH] =?UTF-8?q?ajax=20=D1=82=D0=B0=D0=B1=D1=8B=20=D0=B1=D0=BE?= =?UTF-8?q?=D0=BB=D1=8C=D1=88=D0=B5=20=D0=BD=D0=B5=20=D0=BD=D1=83=D0=B6?= =?UTF-8?q?=D0=BD=D1=8B,=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20=D0=B8?= =?UTF-8?q?=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/my.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/static/js/my.js b/static/js/my.js index d7be95e..34416b7 100644 --- a/static/js/my.js +++ b/static/js/my.js @@ -72,15 +72,6 @@ $(document).ajaxError(function (ev, jqXHR, ajaxSettings, thrownError) { $(document).ready(function () { - // ajax tabs - $('.nav-tabs a').on('show.bs.tab', function (e) { - var ct = $(e.target).attr('href'); - var remoteUrl = $(this).attr('data-tab-remote'); - if (remoteUrl !== '') { - $(ct).load(remoteUrl); - } - }); - // Live html5 image preview if (window.File && window.FileReader && window.FileList && window.Blob) { $('input[type=file].live_review').on('change', function () {