git-svn-id: https://svn.coded.pt/svn/SIPRP@1889 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
João Maurício 12 years ago
parent 1fb6ef5933
commit a720137257

@ -21,10 +21,10 @@ $(function(){
$('body').modalmanager('loading'); $('body').modalmanager('loading');
$('#main-panel').hide(); $('#main-panel').hide();
// ---> views-all.html // ---> views-all.html
// ---> GetViewsHtml.aspx // ---> GetViewsHtml.aspx
$.get('views-all.html', function( data ) { $.get('../../rs/fichasclinicas/getViews', function( data ) {
var body = $('body'); var body = $('body');
var viewCache = $('<div id="view-cache"></div>'); var viewCache = $('<div id="view-cache"></div>');
@ -42,5 +42,7 @@ $(function(){
scope.viewCache = viewCache; scope.viewCache = viewCache;
scope.boot(); scope.boot();
}); });
}); });

Loading…
Cancel
Save