Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: block.js

Issue 5589897452716032: Implemented ext.contextMenus for Safari (Closed)
Patch Set: Created Jan. 18, 2014, 10:29 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « background.js ('k') | chrome/background.js » ('j') | safari/background.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: block.js
===================================================================
--- a/block.js
+++ b/block.js
@@ -46,7 +46,7 @@
document.getElementById("filters").focus();
}
-$(init);
+window.addEventListener("load", init, false);
function onKeyDown(event)
{
« no previous file with comments | « background.js ('k') | chrome/background.js » ('j') | safari/background.js » ('J')

Powered by Google App Engine
This is Rietveld