From c71c7e6eace3aff3c70c3ab8ce16799730ea04b2 Mon Sep 17 00:00:00 2001 From: RyujiDanma Date: Tue, 7 Jun 2022 18:41:43 +0000 Subject: [PATCH] =?UTF-8?q?R=C3=A9f=C3=A9rencer=20la=20BDD=20locale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 0d647d0..3efab1b 100644 --- a/app.js +++ b/app.js @@ -196,7 +196,7 @@ } }; - $http.get('https://raw.githubusercontent.com/Mopolo/Eternelle-Moisson/gh-pages/monsters.json').then(function(res) { + $http.get('monsters.json').then(function(res) { vm.monsters = res.data; vm.monsters.forEach(monster => { monster.owned = vm.saveData?.find(el => el[0] === monster.id) ? vm.saveData.find(el => el[0] === monster.id)[1] : 0