From f3c201854a0d7df60f4faaf71ac1e781da652e0f Mon Sep 17 00:00:00 2001 From: alextselegidis Date: Thu, 6 Oct 2016 21:10:56 +0200 Subject: [PATCH] Corrected dedicated icon selector. --- src/assets/js/backend_users_providers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/js/backend_users_providers.js b/src/assets/js/backend_users_providers.js index a74d2b03..6dd7bd3a 100644 --- a/src/assets/js/backend_users_providers.js +++ b/src/assets/js/backend_users_providers.js @@ -17,7 +17,7 @@ * Providers Helper * * This class contains the Providers helper class declaration, along with the "Providers" tab - * event handlers. By deviding the backend/users tab functionality into separate files + * event handlers. By dividing the backend/users tab functionality into separate files * it is easier to maintain the code. * * @class ProvidersHelper @@ -396,7 +396,7 @@ // Add dedicated provider link. var dedicatedUrl = GlobalVariables.baseUrl + '/index.php?provider=' + encodeURIComponent(provider.id); var linkHtml = ''; - $('#providers .record-details h3') + $('#providers .details-view h3') .find('a') .remove() .end()