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

Unified Diff: chrome/content/composer.xul

Issue 29357572: Issue 4536 - Make sure the elements stay hidden after adding the filter (Closed) Base URL: https://hg.adblockplus.org/elemhidehelper
Patch Set: Created Oct. 17, 2016, 9:58 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
« chrome/content/composer.js ('K') | « chrome/content/composer.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/composer.xul
===================================================================
--- a/chrome/content/composer.xul
+++ b/chrome/content/composer.xul
@@ -10,17 +10,16 @@
<?xml-stylesheet href="chrome://elemhidehelper/skin/composer.css" type="text/css"?>
<dialog id="ehh-composer"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&dialog.title;"
onload="init();"
ondialogaccept="addExpression();"
ondialogdisclosure="setAdvancedMode(!advancedMode);"
- onunload="togglePreview(false, true);"
buttons="accept,cancel,disclosure"
width="600px"
height="400px"
persist="screenX screenY width height sizemode advancedMode"
advancedMode="false"
buttonlabelaccept="&accept.label;"
buttonlabeldisclosure="&advanced.label;"
buttonlabeldisclosure_on="&advanced.label;"
« chrome/content/composer.js ('K') | « chrome/content/composer.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld