зеркало из https://github.com/mozilla/pjs.git
Bug 350258 - "'addons.mozilla.org' hardcoded into extensions.dtd". r=rstrong.
This commit is contained in:
Родитель
8f4227815a
Коммит
59fda184c2
|
@ -327,8 +327,6 @@ function showView(aView) {
|
|||
el = document.getElementById("checkUpdatesAllButton");
|
||||
el.setAttribute("tooltiptext", el.getAttribute(isThemes ? "tooltiptextthemes" :
|
||||
"tooltiptextaddons"));
|
||||
getMore.setAttribute("tooltiptext", getMore.getAttribute(isThemes ? "tooltiptextthemes" :
|
||||
"tooltiptextextensions"));
|
||||
getMore.setAttribute("value", getMore.getAttribute(isThemes ? "valuethemes" :
|
||||
"valueextensions"));
|
||||
var getMorePref = isThemes ? PREF_EXTENSIONS_GETMORETHEMESURL : PREF_EXTENSIONS_GETMOREEXTENSIONSURL;
|
||||
|
|
|
@ -221,9 +221,7 @@
|
|||
<label id="getMore" class="text-link"
|
||||
onclick="openURL(this.getAttribute('getMoreURL'));"
|
||||
valuethemes="&getThemes.label;"
|
||||
valueextensions="&getExtensions.label;"
|
||||
tooltiptextthemes="&getThemes.tooltip;"
|
||||
tooltiptextextensions="&getExtensions.tooltip;"/>
|
||||
valueextensions="&getExtensions.label;"/>
|
||||
</hbox>
|
||||
<hbox id="resizerBox" style="min-width:1px;">
|
||||
<spacer flex="1"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче