Skip to content

Commit

Permalink
change ids to remove warnings from Mozilla Upload
Browse files Browse the repository at this point in the history
"Overlay contains generically-named IDs"
  • Loading branch information
Brummolix committed Dec 22, 2013
1 parent b983cf0 commit 10ce5f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chrome/content/am-autoarchiveprefs.xul
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Copyright 2012 Alexey Egorov (original version Autoarchive, http://code.google.c
<?xml-stylesheet href="chrome://messenger/skin/accountManage.css" type="text/css"?>
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="parent.onPanelLoaded('am-autoarchiveprefs.xul');">
<stringbundleset id="stringbundleset">
<stringbundle id="strings"
<stringbundleset id="autoarchiveReloadedStringbundleSet">
<stringbundle id="autoarchiveReloadedStrings"
src="chrome://autoarchiveReloaded/locale/autoarchive.properties" />
</stringbundleset>
<script type="application/x-javascript" src="chrome://autoarchiveReloaded/content/am-autoarchiveprefs.js"/>
<script type="application/x-javascript">
var strbundle = document.getElementById("strings");
var strbundle = document.getElementById("autoarchiveReloadedStrings");
</script>
<vbox>
<description style="font-size:15pt;font-weight:bold;" value="&settingsHeadline;"/>
Expand Down

0 comments on commit 10ce5f2

Please sign in to comment.