changeset 153:5b6b5c9f280f

fix path
author jodogne
date Tue, 23 Oct 2012 15:11:23 +0200
parents 4829c054751a
children a660e18b2360
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: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) {