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

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
João Maurício 12 years ago
parent 1fb6ef5933
commit a720137257

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

Loading…
Cancel
Save