comparison OrthancExplorer/explorer.js @ 153:5b6b5c9f280f

fix path
author jodogne
date Tue, 23 Oct 2012 15:11:23 +0200
parents 4829c054751a
children f2ae23682353
comparison
equal deleted inserted replaced
152:4829c054751a 153:5b6b5c9f280f
319 } 319 }
320 320
321 321
322 $('[data-role="page"]').live('pagebeforeshow', function() { 322 $('[data-role="page"]').live('pagebeforeshow', function() {
323 $.ajax({ 323 $.ajax({
324 url: '/system', 324 url: '../system',
325 dataType: 'json', 325 dataType: 'json',
326 async: false, 326 async: false,
327 success: function(s) { 327 success: function(s) {
328 $('.orthanc-name').html('<a class="ui-link" href="explorer.html">' + s.Name + '</a> &raquo; '); 328 $('.orthanc-name').html('<a class="ui-link" href="explorer.html">' + s.Name + '</a> &raquo; ');
329 } 329 }