From 3f203af04b3a9602189c3e96db18884b2ee4005d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 12 Jun 2020 21:40:06 +0300 Subject: [PATCH] Remove `.nav-tabs-custom` references (#2832) --- dist/js/pages/dashboard.js | 2 +- pages/examples/profile.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/js/pages/dashboard.js b/dist/js/pages/dashboard.js index 365e71384..7e81ffb93 100644 --- a/dist/js/pages/dashboard.js +++ b/dist/js/pages/dashboard.js @@ -18,7 +18,7 @@ $(function () { forcePlaceholderSize: true, zIndex: 999999 }) - $('.connectedSortable .card-header, .connectedSortable .nav-tabs-custom').css('cursor', 'move') + $('.connectedSortable .card-header').css('cursor', 'move') // jQuery UI sortable for the todo list $('.todo-list').sortable({ diff --git a/pages/examples/profile.html b/pages/examples/profile.html index 4f37d31b7..0ae44c9dd 100644 --- a/pages/examples/profile.html +++ b/pages/examples/profile.html @@ -1065,7 +1065,7 @@ - +