| 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> |