mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix hardcoded banner issue from !703
This commit is contained in:
parent
4f715ba614
commit
50e65f6531
@ -489,7 +489,7 @@
|
||||
if (link) {
|
||||
let linkEl = document.createElement('a')
|
||||
linkEl.href = link;
|
||||
linkEl.innerHTML = "See our documentation for details.";
|
||||
linkEl.innerHTML = link_msg;
|
||||
//linkEl.style.color = 'white';
|
||||
linkEl.style.textDecoration = 'underline';
|
||||
linkEl.target = "_blank";
|
||||
|
Loading…
Reference in New Issue
Block a user