From a5173fff8536be9a0686d0d648980f82931a7b3d Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sat, 24 Mar 2018 21:57:14 -0600 Subject: [PATCH] Remove wikipedia from the list of bots with a configuration screen Wikipedia doesn't have any additional configuration in go-neb --- web/app/shared/models/neb.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/shared/models/neb.ts b/web/app/shared/models/neb.ts index 33a98e6..3bbeacc 100644 --- a/web/app/shared/models/neb.ts +++ b/web/app/shared/models/neb.ts @@ -4,5 +4,4 @@ export const NEB_HAS_CONFIG = [ "github", "google", "imgur", - "wikipedia", ]; \ No newline at end of file