Easy!Appointments
diff --git a/src/assets/js/backend_settings.js b/src/assets/js/backend_settings.js
index 53359cc1..c5f0e2d6 100644
--- a/src/assets/js/backend_settings.js
+++ b/src/assets/js/backend_settings.js
@@ -97,8 +97,12 @@ window.BackendSettings = window.BackendSettings || {};
$('#user-notifications').removeClass('active');
}
- // Set default settings helper.
- settings = new SystemSettings();
+ if($('#current-user').hasClass('active')){
+ settings = new UserSettings();
+ }else{
+ // Set default settings helper.
+ settings = new SystemSettings();
+ }
if (bindEventHandlers) {
_bindEventHandlers();