Author: tyrell
Date: Mon Jan 21 03:25:54 2008
New Revision: 12618

Log:

Fixing MASHUP-561

Modified:
   trunk/mashup/java/modules/www/js/scraper.js

Modified: trunk/mashup/java/modules/www/js/scraper.js
==============================================================================
--- trunk/mashup/java/modules/www/js/scraper.js (original)
+++ trunk/mashup/java/modules/www/js/scraper.js Mon Jan 21 03:25:54 2008
@@ -64,7 +64,7 @@
             ];
 
     var configMenuItems = [
-    { text: "New Scraper Configuration", onclick: { fn: 
wso2.mashup.Scraper.launchUrl, obj: "scraper.html" } },
+    { text: "New Scraper Configuration", onclick: { fn: 
wso2.mashup.Scraper.launchUrl, obj: "scraper.jsp" } },
     { text: "Add HTTP request", onclick: { fn: 
wso2.mashup.Scraper.addHttpRequest } },
     { text: "Add HTTP request parameter at cursor", onclick: { fn: 
wso2.mashup.Scraper.addAtCursor, obj: "http-param" } },
     { text: "Convert HTML to XML", onclick: { fn: 
wso2.mashup.Scraper.SurroundWith, obj: "html-to-xml" } },
@@ -583,6 +583,6 @@
 };
 
 wso2.mashup.Scraper.launchUrl = function (p_sType, p_aArgs, url) {
-    window.open(url, 'remote', 'width=640,height=480');
+    window.open(url);
 };
 

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

Reply via email to