Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
Search for:
    strOut.append("', event, true);\" oncontextmenu=\"highLight = this.id;contextMenu('");
 
Replace with:
    strOut.append("', event, true);\" oncontextmenu=\"highLight = this.id;dirContextMenu('");
HTML
<a id="More information"></a>

More information

Firefox 8 was publicly released on 8th November 2011. A new feature was introduced for integration with the browser's HTML5 context menu.

...