зеркало из https://github.com/mozilla/gecko-dev.git
Bug 804437 - Don't copy user.js section when it's hidden. r=Unfocused
This commit is contained in:
Родитель
939fd3bd0e
Коммит
31efa66df7
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче