From 12d5ebf5c82fcc6102d6257f9d0d13925fdff0a8 Mon Sep 17 00:00:00 2001 From: C-xC-c Date: Wed, 11 Dec 2019 14:42:03 +0000 Subject: [PATCH] published with localhost and debugMode oops --- bantflags.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bantflags.user.js b/bantflags.user.js index 2da80e2..b917ee0 100644 --- a/bantflags.user.js +++ b/bantflags.user.js @@ -23,7 +23,7 @@ // This script specifically targets ECMAScript 2015 (const, let, arrow functions). Update your hecking browser. // Change this if you want verbose debug information in the console. -const debugMode = true; +const debugMode = false; // // DO NOT EDIT ANYTHING IN THIS SCRIPT DIRECTLY - YOUR FLAGS SHOULD BE CONFIGURED USING THE CONFIGURATION BOXES @@ -34,7 +34,7 @@ const regionDivider = "||"; //TODO: We can probably remove this and seperate by const is_archive = window.location.host !== "boards.4chan.org"; const boardID = "bant"; //TODO: Hardcode /bant/ or accept other boards. const version = 2; // Breaking changes. -const back_end = 'https://localhost:44366/'; +const back_end = 'https://flags.plum.moe'; const api_flags = 'api/flags'; const flag_dir = 'flags/'; const api_get = 'api/get';