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

Unified Diff: block.js

Issue 5838948538515456: Issue 370 - Make "Block element" hide elements for added filters (Closed)
Patch Set: Replace existing rules Created March 4, 2015, 9:10 p.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 | « no previous file | include.postload.js » ('j') | include.preload.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: block.js
===================================================================
--- a/block.js
+++ b/block.js
@@ -54,7 +54,7 @@
if (event.keyCode == 27)
{
event.preventDefault();
- closeDialog();
+ closeDialog(false);
Wladimir Palant 2015/03/04 21:26:14 Nit: This change is unrelated. LGTM for pushing it
Sebastian Noack 2015/03/04 21:36:24 Yep, right. Leftover from earlier version of the p
}
else if (event.keyCode == 13 && !event.shiftKey && !event.ctrlKey)
{
« no previous file with comments | « no previous file | include.postload.js » ('j') | include.preload.js » ('J')

Powered by Google App Engine
This is Rietveld