From 2343a74dac9abf0d1df790f1ead86cae71b70097 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 9 Apr 2016 21:35:21 -0700 Subject: [PATCH] Remove remnants of dev channel. --- src/meta/metadata.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/meta/metadata.js b/src/meta/metadata.js index 04f31e1a4..09b679a94 100644 --- a/src/meta/metadata.js +++ b/src/meta/metadata.js @@ -40,7 +40,7 @@ }).join('\n') %> // @run-at document-start -<% if (channel !== 'dev') { %>// @updateURL <%= (channel !== 'noupdate') ? (meta.downloads + name + meta.suffix[channel] + '.meta.js') : 'https://noupdate.invalid/' %> +// @updateURL <%= (channel !== 'noupdate') ? (meta.downloads + name + meta.suffix[channel] + '.meta.js') : 'https://noupdate.invalid/' %> // @downloadURL <%= (channel !== 'noupdate') ? (meta.downloads + name + meta.suffix[channel] + '.user.js') : 'https://noupdate.invalid/' %> -<% } %>// @icon data:image/png;base64,<%= grunt.file.read('src/meta/icon48.png', {encoding: 'base64'}) %> +// @icon data:image/png;base64,<%= grunt.file.read('src/meta/icon48.png', {encoding: 'base64'}) %> // ==/UserScript==