Bug 804437 - Don't copy user.js section when it's hidden. r=Unfocused

This commit is contained in:
Matthew Noorenberghe 2012-10-31 16:10:46 -07:00
Родитель 939fd3bd0e
Коммит 31efa66df7
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -186,6 +186,8 @@ let snapshotFormatters = {
userJSFile.append("user.js");
$("prefs-user-js-link").href = Services.io.newFileURI(userJSFile).spec;
$("prefs-user-js-section").style.display = "";
// Clear the no-copy class
$("prefs-user-js-section").className = "";
},
};

Просмотреть файл

@ -209,7 +209,7 @@
</tbody>
</table>
<section id="prefs-user-js-section" style="display:none">
<section id="prefs-user-js-section" class="no-copy" style="display:none">
<h3>&aboutSupport.userJSTitle;</h3>
<p>&aboutSupport.userJSDescription;</p>
</section>