From 7056c4f7ce4653830c2fa1ac3d8c7c5e12e32c0c Mon Sep 17 00:00:00 2001 From: Ben Plessinger Date: Mon, 15 Oct 2018 14:01:27 -0400 Subject: [PATCH] Code Maintainability update --- html/gui/js/CCR.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/gui/js/CCR.js b/html/gui/js/CCR.js index cfddd24422..d1aee01e75 100644 --- a/html/gui/js/CCR.js +++ b/html/gui/js/CCR.js @@ -1052,7 +1052,7 @@ CCR.xdmod.ui.actionLogin = function (config, animateTarget) { id: 'forgot_password_link' }, { - xtype: 'tbtext', + xtype: 'tbtext', html: 'Don\'t have an account?', id: 'sign_up_link' }] @@ -1121,7 +1121,7 @@ CCR.xdmod.ui.actionLogin = function (config, animateTarget) { /** * the span is added to the title because without it the cursor does not show as clickable. */ - localLoginFrm.title = 'Sign in with a local XDMoD account:'; + localLoginFrm.title = '' + localLoginFrm.title + ''; } loginItems.push(localLoginFrm); } else {