comparison OrthancExplorer/explorer.js @ 154:66c2605532b3

fix path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Oct 2012 15:12:40 +0200
parents 4829c054751a
children f2ae23682353
comparison
equal deleted inserted replaced
152:4829c054751a 154:66c2605532b3
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 }