boar, wth was these files dos format?

This commit is contained in:
Johannes Findeisen 2015-07-23 05:38:31 +02:00
commit 33deb22d45
10 changed files with 240 additions and 240 deletions

View file

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