remove some lingering tooltip removal stuff
--HG-- branch : gloda-facet
This commit is contained in:
Родитель
bcd17d6e53
Коммит
e5ced40544
|
@ -542,7 +542,6 @@
|
||||||
let nameNode = document.getAnonymousElementByAttribute(this, "anonid",
|
let nameNode = document.getAnonymousElementByAttribute(this, "anonid",
|
||||||
"name");
|
"name");
|
||||||
nameNode.textContent = this.attrDef.strings.facetLabel;
|
nameNode.textContent = this.attrDef.strings.facetLabel;
|
||||||
nameNode.setAttribute("title", this.attrDef.strings.facetTooltip);
|
|
||||||
|
|
||||||
// - include
|
// - include
|
||||||
// setup the include label
|
// setup the include label
|
||||||
|
@ -1105,9 +1104,6 @@
|
||||||
this, "anonid", "showall");
|
this, "anonid", "showall");
|
||||||
showNode.textContent = glodaFacetStrings.get(
|
showNode.textContent = glodaFacetStrings.get(
|
||||||
"glodaFacetView.results.message.showAllInList.label");
|
"glodaFacetView.results.message.showAllInList.label");
|
||||||
showNode.setAttribute("title",
|
|
||||||
glodaFacetStrings.get(
|
|
||||||
"glodaFacetView.results.message.showAllInList.tooltip"));
|
|
||||||
|
|
||||||
let sortLabelNode = document.getAnonymousElementByAttribute(
|
let sortLabelNode = document.getAnonymousElementByAttribute(
|
||||||
this, "anonid", "sort-label");
|
this, "anonid", "sort-label");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче