From a7201372571db0074f7626d3290121d4a91864a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Maur=C3=ADcio?= Date: Wed, 7 May 2014 13:48:29 +0000 Subject: [PATCH] git-svn-id: https://svn.coded.pt/svn/SIPRP@1889 bb69d46d-e84e-40c8-a05a-06db0d633741 --- .../WebContent/static/html/app/main.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/main.js b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/main.js index 0b4028ef..e9cee9b9 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/main.js +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/main.js @@ -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 = $('
'); @@ -42,5 +42,7 @@ $(function(){ scope.viewCache = viewCache; scope.boot(); - }); + }); + + });