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

merge issue

parent 83d478a2
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!603Merge 12.1.6
Pipeline #8523 failed
......@@ -632,9 +632,6 @@ function createFooter() {
var logoLink = configuration.getOption(ConfigurationType.LOGO_LINK).getValue();
var logoText = configuration.getOption(ConfigurationType.LOGO_TEXT).getValue();
var logoImg = configuration.getOption(ConfigurationType.LOGO_IMG).getValue();
if (!/^(f|ht)tps?:\/\//i.test(logoImg)) {
logoImg = GuiConnector.getImgPrefix() + logoImg;
}
return functions.createElement({
type: "div",
className: "minerva-footer-table",
......
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