Skip to content

Commit

Permalink
Deleting extraneous netbeans files
Browse files Browse the repository at this point in the history
  • Loading branch information
nsimmonds committed Nov 6, 2012
1 parent fb19a86 commit bcb2769
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions mail.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,10 @@ function createMenuLive() {
};
};

function createMenuOWA() {
if (localStorage["owa"] === "true") {
chrome.contextMenus.create({
"title" : "Send via OWA",
"contexts" : ["link"],
"onclick" : clickHandleOWA()
});
};
};

createMenuGmail();
createMenuYahoo();
createMenuLive();
createMenuOWA();
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Post Office",
"version": "0.8",
"version": "0.82",
"manifest_version": 2,
"options_page" : "preferences.html",
"description": "Chrome email functions",
Expand Down

0 comments on commit bcb2769

Please sign in to comment.