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

Unified Diff: lib/filterComposer.js

Issue 29338522: Noissue - Rename blockElement.postload.js, block.html and block.js for consistency (Closed)
Patch Set: Created March 17, 2016, 3:43 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 | « composer.postload.js ('k') | metadata.common » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/filterComposer.js
===================================================================
--- a/lib/filterComposer.js
+++ b/lib/filterComposer.js
@@ -149,7 +149,7 @@
return new Promise(resolve =>
{
ext.windows.create({
- url: ext.getURL("block.html"),
+ url: ext.getURL("composer.html"),
left: 50,
top: 50,
width: 420,
« no previous file with comments | « composer.postload.js ('k') | metadata.common » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld