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