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

Unified Diff: lib/aardvark.js

Issue 5201912261509120: issue #390 - remove already integrated parts From EHH (Closed)
Patch Set: Created July 18, 2014, 11:17 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
« no previous file with comments | « defaults/prefs.js ('k') | lib/inspectorObserver.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/aardvark.js
===================================================================
--- a/lib/aardvark.js
+++ b/lib/aardvark.js
@@ -548,8 +548,8 @@
{
if (!elem)
return false;
-
- this.window.openDialog("chrome://elemhidehelper/content/composer.xul", "_blank",
+
+ this.window.openDialog("chrome://adblockplus/content/ui/ehh-composer.xul", "_blank",
"chrome,centerscreen,resizable,dialog=no", elem);
this.quit();
return false;
« no previous file with comments | « defaults/prefs.js ('k') | lib/inspectorObserver.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld