Browse Source

hardcode v2-develop for both news.json and sponsors.json - may move to different branch

causefx 7 years ago
parent
commit
1665e24674
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/functions.js

+ 2 - 2
js/functions.js

@@ -3310,12 +3310,12 @@ function githubVersions() {
 }
 function sponsorsJSON() {
     return $.ajax({
-        url: "https://raw.githubusercontent.com/causefx/Organizr/"+activeInfo.branch+"/js/sponsors.json",
+        url: "https://raw.githubusercontent.com/causefx/Organizr/v2-develop/js/sponsors.json",
     });
 }
 function newsJSON() {
     return $.ajax({
-        url: "https://raw.githubusercontent.com/causefx/Organizr/"+activeInfo.branch+"/js/news.json",
+        url: "https://raw.githubusercontent.com/causefx/Organizr/v2-develop/js/news.json",
     });
 }
 function getLatestCommitJSON() {