1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-10 00:16:18 +02:00

move screenlog.js to lib/ to avoid eslint in it.

This commit is contained in:
Kushagra Gour
2017-05-08 11:22:55 +05:30
parent 1e239a424f
commit 84da0128e9
2 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ runBtn, searchInput, consoleEl, consoleLogEl, logCountEl
+ externalJs + '\n';
contents += '<script src="'
+ chrome.extension.getURL('screenlog.js') + '"></script>';
+ chrome.extension.getURL('lib/screenlog.js') + '"></script>';
if (js) {
contents += '<script>\n' + js + '\n//# sourceURL=userscript.js';