Skip to content

Commit

Permalink
update modlist api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mereth committed Sep 4, 2014
1 parent d96d309 commit 6f26bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions rModsList/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion rModsList/ui/mods/rModsList/rModsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <availableMods.length; ++i) {
Expand Down

0 comments on commit 6f26bed

Please sign in to comment.