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

Unified Diff: block.js

Issue 8403145: First attempt at creating a first-run page (Closed)
Patch Set: Now with downscaling for smaller screens Created Oct. 1, 2012, 5:56 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
Index: block.js
===================================================================
--- a/block.js
+++ b/block.js
@@ -1,12 +1,10 @@
function init()
{
- loadI18nStrings();
-
// Attach event listeners
window.addEventListener("keydown", onKeyDown, false);
window.addEventListener("dragstart", onDragStart, false);
window.addEventListener("drag", onDrag, false);
window.addEventListener("dragend", onDragEnd, false);
$("#addButton").click(addFilters);
$("#cancelButton").click(closeDialog.bind(null, false));

Powered by Google App Engine
This is Rietveld