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

Unified Diff: popup.html

Issue 5749582424178688: Ported over anti-adblock message notification (Closed)
Patch Set: Created Feb. 28, 2014, 6:41 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
« background.js ('K') | « notification.js ('k') | skin/popup.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: popup.html
===================================================================
--- a/popup.html
+++ b/popup.html
@@ -41,6 +41,10 @@
<span id="close-notification"></span>
</h1>
<div id="notification-message"></div>
+ <div id="notification-question">
Felix Dahlke 2014/03/18 14:21:41 I'm not sure without having seen it in action, but
Thomas Greiner 2014/03/19 13:45:40 Right, it is good to have that redundancy for crit
+ <button id="notification-yes" class="i18n_overlay_notification_button_yes"></button>
+ <button id="notification-no" class="i18n_overlay_notification_button_no"></button>
+ </div>
</div>
<div id="clickhide-instructions" class="i18n_clickhide_instructions"></div>
« background.js ('K') | « notification.js ('k') | skin/popup.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld