Index: /ossiedev/branches/jsnyder/trunk/tools/cornetApps/HtmlPages/static/frames.js
===================================================================
--- /ossiedev/branches/jsnyder/trunk/tools/cornetApps/HtmlPages/static/frames.js	(revision 11093)
+++ /ossiedev/branches/jsnyder/trunk/tools/cornetApps/HtmlPages/static/frames.js	(revision 11097)
@@ -58,5 +58,5 @@
 
 function install(waveform){
-	$("#apps").load("/~webdem/django/WebDash/install/"+waveform+"/", function(){
+	$("#apps").load("/~webdemo/django/WebDash/install/"+waveform+"/", function(){
 		$("a").click($(this).attr("onclick"));
 	});
Index: /ossiedev/branches/jsnyder/trunk/tools/cornetApps/static/frames.js
===================================================================
--- /ossiedev/branches/jsnyder/trunk/tools/cornetApps/static/frames.js	(revision 11095)
+++ /ossiedev/branches/jsnyder/trunk/tools/cornetApps/static/frames.js	(revision 11097)
@@ -58,5 +58,5 @@
 
 function install(waveform){
-	$("#apps").load("/~webdem/django/WebDash/install/"+waveform+"/", function(){
+	$("#apps").load("/~webdemo/django/WebDash/install/"+waveform+"/", function(){
 		$("a").click($(this).attr("onclick"));
 	});
Index: /ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/WebDash/waveforms.html
===================================================================
--- /ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/WebDash/waveforms.html	(revision 10817)
+++ /ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/WebDash/waveforms.html	(revision 11097)
@@ -5,5 +5,6 @@
   <tr>
 	<td>	{{ wave.getName }} &nbsp; </td>
-    <td>    <button onClick="javascript:install('{{ wave.getName }}');">Install</button> </td>
+    <!--<td>    <button onClick="javascript:install('{{ wave.getName }}');">Install</button> </td>-->
+	<td> <button onClick='javascript:loadHrefToDiv("#apps","{{MEDIA_URL}}/WebDash/install/{{wave.getName}}/");'>Install</button></td>
     {% endfor %}
   </tr>
