diff --git a/chrome/content/help.js b/chrome/content/help.js index 92ad3f55..c45a98ef 100644 --- a/chrome/content/help.js +++ b/chrome/content/help.js @@ -181,7 +181,6 @@ (backwards, i, end) => { return backwards ? (i>=0) : (iend) { - debugger; if (backwards && i<0) { testCollapsedMatch(chapters[0], search); } diff --git a/chrome/content/help.xhtml b/chrome/content/help.xhtml index 77428552..9a9ec3f1 100644 --- a/chrome/content/help.xhtml +++ b/chrome/content/help.xhtml @@ -62,14 +62,13 @@
  • %cursor% = __MSG_cursor.label__
  • -
  • %preheader("headerText",className,"inlineStyles")% = +
  • %preheader("headerText",className,"inlineStyles")% = __MSG_preheader__ __MSG_parameter.escapeCommas__ \, -

    - -

  • - +

    __MSG_parameters__

    +
  • className : __MSG_preheader.className__
  • +
  • inlineStyles : __MSG_preheader.inlineStyles__