Author: tyrell
Date: Wed Jan 23 07:38:44 2008
New Revision: 12778

Log:

Removing the wso2news mashup call from the page, since the new live 
announcement fetching mechanism makes it redundant.

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

Modified: trunk/mashup/java/modules/www/index.jsp
==============================================================================
--- trunk/mashup/java/modules/www/index.jsp     (original)
+++ trunk/mashup/java/modules/www/index.jsp     Wed Jan 23 07:38:44 2008
@@ -109,7 +109,6 @@
 <script language="javascript" src="js/common.js" 
type="text/javascript"></script>
 <script language="javascript" src="js/prototype.js" 
type="text/javascript"></script>
 <script language="javascript" src="js/utils.js" 
type="text/javascript"></script>
-<script type="text/javascript" src="/services/system/wso2news?stub"></script>
 
 <!--YUI Dependencies-->
 <script language="javascript" src="js/yui/yahoo-dom-event/yahoo-dom-event.js"
@@ -129,11 +128,6 @@
 <script language="javascript" type="text/javascript">
     userLoggedOn = <%=RegistryUtils.isLoggedIn(registry) %>;
 
-    wso2news.fetch.callback = function (payload) {
-        document.getElementById('announcements').innerHTML = payload;
-    };
-    wso2news.fetch();
-
     function deleteQuery(queryPaneId, queryPath, queryParams) {
         new Ajax.Updater(queryPaneId, "ajax_userQuery.jsp", {
             method: "delete",

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

Reply via email to