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.