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 15, 2018
1 parent 747a21d commit 6daead6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/gui/js/CCR.js
Original file line number Diff line number Diff line change
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 6daead6

Please sign in to comment.