From 6da2faef673a35ee3e7d05febdfc4705a5c42ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20=E2=80=9CFreso=E2=80=9D=20S=2E=20Olesen?= Date: Fri, 1 Apr 2016 03:12:59 +0200 Subject: [PATCH] Enable searching the Fallout 4 masterlist. --- js/search.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/search.js b/js/search.js index 3ff1ed2..2fe8362 100644 --- a/js/search.js +++ b/js/search.js @@ -9,7 +9,8 @@ var repos = [ [ "Oblivion", "oblivion" ], [ "Skyrim", "skyrim" ], [ "Fallout 3", "fallout3" ], - [ "Fallout: New Vegas", "falloutnv" ] + [ "Fallout: New Vegas", "falloutnv" ], + [ "Fallout 4", "fallout4" ] ] var repoBranch = 'master'; //The repository branch to search.