Skip to content

Commit

Permalink
Code Maintainability update
Browse files Browse the repository at this point in the history
  • Loading branch information
plessbd committed Oct 16, 2018
1 parent 747a21d commit 9512b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/gui/js/CCR.js
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ CCR.xdmod.ui.actionLogin = function (config, animateTarget) {
id: 'forgot_password_link'
},
{
xtype: 'tbtext',
xtype: 'tbtext',
html: '<a href="javascript:presentSignUpViaLoginPrompt()">Don\'t have an account?</a>',
id: 'sign_up_link'
}]
Expand Down Expand Up @@ -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 = '<span style="cursor:pointer;">Sign in with a local XDMoD account:</span>';
localLoginFrm.title = '<span style="cursor:pointer;">' + localLoginFrm.title + '</span>';
}
loginItems.push(localLoginFrm);
} else {
Expand Down

0 comments on commit 9512b46

Please sign in to comment.