From 6f26bedf9f03c91a29a28ff281fce1bb10ae69b6 Mon Sep 17 00:00:00 2001 From: mereth Date: Thu, 4 Sep 2014 13:13:43 +0200 Subject: [PATCH] update modlist api endpoint --- rModsList/modinfo.json | 6 +++--- rModsList/ui/mods/rModsList/rModsList.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rModsList/modinfo.json b/rModsList/modinfo.json index 560a974..8493fd8 100644 --- a/rModsList/modinfo.json +++ b/rModsList/modinfo.json @@ -4,10 +4,10 @@ "display_name": "Installed Mods List", "description": "Adds a 'Mods' tab on the main menu which shows a list of currently enabled mods, and if any require updates", "author": "Raevn", - "version": "4.0.0", - "build": "68568", + "version": "4.0.1", + "build": "71544", "signature": "not yet implemented", - "date": "2014/07/10", + "date": "2014/09/04", "priority": 100, "scenes": { "start": [ diff --git a/rModsList/ui/mods/rModsList/rModsList.js b/rModsList/ui/mods/rModsList/rModsList.js index 6593471..29ae305 100644 --- a/rModsList/ui/mods/rModsList/rModsList.js +++ b/rModsList/ui/mods/rModsList/rModsList.js @@ -4,7 +4,7 @@ model.rModList.updatesRequired = ko.observable(0); $.getJSON( - "http://pamods.github.io/modlist2.json", + "https://pamm-mereth.rhcloud.com/api/mod", function(availableMods) { var modsmap = {}; for(var i = 0; i