# HG changeset patch # User Sebastien Jodogne # Date 1350997960 -7200 # Node ID 66c2605532b311f37a3091a0aef980b469e52777 # Parent 4829c054751ab427b8209d2d1d10e1e0c3d15917 fix path diff -r 4829c054751a -r 66c2605532b3 OrthancExplorer/explorer.js --- a/OrthancExplorer/explorer.js Tue Oct 23 15:02:54 2012 +0200 +++ b/OrthancExplorer/explorer.js Tue Oct 23 15:12:40 2012 +0200 @@ -321,7 +321,7 @@ $('[data-role="page"]').live('pagebeforeshow', function() { $.ajax({ - url: '/system', + url: '../system', dataType: 'json', async: false, success: function(s) {