commit 25dc1a40bd9e3b88cfe24adf9daecf8b8b024a36
parent 3412939af65fb96236118b363fb9550505a68738
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Sun, 13 Nov 2016 12:02:50 +0100
Fix path
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/screencap_iitc.js b/screencap_iitc.js
@@ -93,7 +93,7 @@ function afterCookieLogin(IntelURL, search) {
});
var script = document.createElement('script');
script.type='text/javascript';
- script.src='hangoutsbot/plugins/total-conversion-build.user.js';
+ script.src='total-conversion-build.user.js';
document.head.insertBefore(script, document.head.lastChild);
});
setTimeout(function() {