Merge pull request #1517 from Jo-IE/edit-tooltip-html

remove HTML entities from tooltip
This commit is contained in:
luke crouch 2019-10-16 10:42:38 -05:00 committed by GitHub
commit d04252a5ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -637,9 +637,9 @@ Logic.registerPanel(P_CONTAINERS_LIST, {
context.classList.add("userContext-wrapper", "open-newtab", "clickable");
manage.classList.add("show-tabs", "pop-button");
manage.title = escaped`View ${identity.name} container`;
manage.setAttribute("title", `View ${identity.name} container`);
context.setAttribute("tabindex", "0");
context.title = escaped`Create ${identity.name} tab`;
context.setAttribute("title", `Create ${identity.name} tab`);
context.innerHTML = escaped`
<div class="userContext-icon-wrapper open-newtab">
<div class="usercontext-icon"