1.2.0 final; added two more languages

This commit is contained in:
Johannes Findeisen 2015-07-23 06:18:07 +02:00
commit 361e07740c
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
leo_search.onFirefoxLoad = function(event) {
document.getElementById("contentAreaContextMenu")
.addEventListener("ipopupshowing",
.addEventListener("popupshowing",
function (e){ leo_search.showFirefoxContextMenu(e); }, false);
};