From ce5d24a1d31abe1308292928cf7342d9b43bb72a Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 23 Oct 2017 11:57:10 +0200 Subject: [PATCH] Remove error message about Tether --- customize.dist/template.js | 1 + 1 file changed, 1 insertion(+) diff --git a/customize.dist/template.js b/customize.dist/template.js index 1f79d7fe9..a6cf1797a 100644 --- a/customize.dist/template.js +++ b/customize.dist/template.js @@ -90,6 +90,7 @@ $(function () { $('body').addClass('cp-page-' + css); } + window.Tether = function () {}; require([ 'less!/customize/src/less2/main.less', 'css!/bower_components/bootstrap/dist/css/bootstrap.min.css',