Author: tyrell
Date: Thu May 29 23:36:35 2008
New Revision: 17639
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17639

Log:
Minor fix

Modified:
   trunk/mashup/java/modules/www/mashup.jsp

Modified: trunk/mashup/java/modules/www/mashup.jsp
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/mashup.jsp?rev=17639&r1=17638&r2=17639&view=diff
==============================================================================
--- trunk/mashup/java/modules/www/mashup.jsp    (original)
+++ trunk/mashup/java/modules/www/mashup.jsp    Thu May 29 23:36:35 2008
@@ -421,10 +421,10 @@
                 <script type="text/javascript">
                     function customUiCallback() {
                         document.getElementById("custom_ui_link").innerHTML =
-                        'View the <a href="services/<%=author%>/<%= mashup 
%>/" target="_blank">HTML Interface</a> to the service'
+                        'View the <a 
href="<%=httpUrl%>services/<%=author%>/<%= mashup %>/" target="_blank">HTML 
Interface</a> to the service'
                     }
 
-                    isCustomUiAvailable('<%=httpUrl%>services/<%=author%>/<%= 
mashup %>', customUiCallback);
+                    isCustomUiAvailable('services/<%=author%>/<%= mashup %>', 
customUiCallback);
                 </script>
 
                 <li><a href="<%=httpUrl%>services/<%=author%>/<%= mashup 
%>?tryit" title="?tryit"

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to