Skip to content
Snippets Groups Projects
Commit 26bcf093 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

missing whitespace added

parent b06d14fe
No related branches found
No related tags found
1 merge request!301Resolve "Correct the Overlays login text"
Pipeline #
......@@ -384,7 +384,7 @@ OverlayPanel.prototype.refresh = function (showDefault) {
var addButton = self.getControlElement(PanelControlElementType.OVERLAY_ADD_OVERLAY_BUTTON);
var tableElement = self.getControlElement(PanelControlElementType.OVERLAY_CUSTOM_OVERLAY_TABLE);
if (user.getLogin() === "anonymous") {
title.innerHTML = 'YOU ARE NOT LOGGED IN. PLEASE, <a href="#">LOG IN</a>'
title.innerHTML = 'YOU ARE NOT LOGGED IN. PLEASE, <a href="#">LOG IN</a> '
+ 'TO UPLOAD AND VIEW CUSTOM OVERLAYS<br/><center><button>LOGIN</button></center>';
var openLoginDialog = function () {
return self.getParent().getLoginDialog().open();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment