From 780ace2c93afb142d1303e7f283e67b992bdfb67 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 15 Jan 2019 11:22:53 +0100 Subject: [PATCH] Update PluginRepo.plugin.js --- Plugins/PluginRepo/PluginRepo.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/PluginRepo/PluginRepo.plugin.js b/Plugins/PluginRepo/PluginRepo.plugin.js index 7abc34f694..581f4b15ba 100644 --- a/Plugins/PluginRepo/PluginRepo.plugin.js +++ b/Plugins/PluginRepo/PluginRepo.plugin.js @@ -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");