Browse Source

Correction : utilisation d'un chemin absolu pour le .json

Gyom 6 years ago
parent
commit
5827a325e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nav.js

+ 1 - 1
nav.js

@@ -24,7 +24,7 @@ if (ynh_not_in_frame) {
             }
 
             f$.ajax({
-                url: 'nav.json',
+                url: ynh_url+'nav.json',
                 crossdomain: true,
                 traditional: true,
                 dataType: 'json',