changeset 154:66c2605532b3

fix path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Oct 2012 15:12:40 +0200
parents 4829c054751a
children 93e1b0e3b83a
files OrthancExplorer/explorer.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) {