Skip to content

Commit

Permalink
fix: repo.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
uchks committed Oct 6, 2024
1 parent ada3c79 commit 2ca672e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion depictions/web/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
}
$( document ).ready(function() {
$.ajax({type: "GET", dataType: "xml",url : ("../repo.xml"),cache: false,
$.ajax({type: "GET", dataType: "xml",url : (".../repo.xml"),cache: false,
success : function(xml){
data_loader_engine(repoContents,xml);
if (navigator.userAgent.search(/Cydia/) != -1) {
Expand Down
2 changes: 1 addition & 1 deletion depictions/web/screenshots.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h5>SCREENSHOTS</h5>
}
}
$( document ).ready(function() {
$.ajax({type: "GET", dataType: "xml",url : ("../repo.xml"),cache: false,
$.ajax({type: "GET", dataType: "xml",url : (".../repo.xml"),cache: false,
success : function(xml){
data_loader_engine(repoContents,xml);
if (navigator.userAgent.search(/Cydia/) != -1) {
Expand Down

0 comments on commit 2ca672e

Please sign in to comment.