diff --git a/mobile/config.xml b/mobile/config.xml index 1f06902..17777f4 100644 --- a/mobile/config.xml +++ b/mobile/config.xml @@ -1,8 +1,8 @@ - + FE_Charts - A sample Apache Cordova application that responds to the deviceready event. + Fire Emblem Charts is a mobile application that allows you to view the statistics of the characters in the game Fire Emblem Three Houses in the form of graphics. Apache Cordova Team @@ -17,10 +17,12 @@ - + + + - + \ No newline at end of file diff --git a/mobile/www/js/routes.js b/mobile/www/js/routes.js index f588d52..50d8ea1 100644 --- a/mobile/www/js/routes.js +++ b/mobile/www/js/routes.js @@ -25,7 +25,7 @@ routes = [ : char.firstName; $$("#title-char").text(charFullName); - $$("#picture-char").attr("src", "/img/characters/" + char.firstName + ".png"); + $$("#picture-char").attr("src", "img/characters/" + char.firstName + ".png"); actualCharId = charId; createTableOfStats(); displayTableOfGrowthRates();