Update PluginRepo.plugin.js

This commit is contained in:
Mirco Wittrien 2019-01-15 11:22:53 +01:00
parent 579324aae7
commit 780ace2c93
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
class PluginRepo {
getName () {return "PluginRepo";}
getVersion () {return "1.6.9";}
getVersion () {return "1.7.0";}
getAuthor () {return "DevilBro";}
@ -707,7 +707,7 @@ class PluginRepo {
createWebview = () => {
return new Promise(function(callback) {
webview = document.createElement("webview");
webview.src = "https://discordapp.com/login";
webview.src = "https://discordapp.com/";
webview.setAttribute("webview-PluginRepo", null);
webview.style.setProperty("opacity", "0", "important");
webview.style.setProperty("pointer-events", "none", "important");