Update of /cvsroot/monetdb/pathfinder/runtime/xrpc/admin
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29724/xrpc/admin

Modified Files:
      Tag: xrpcdemo
        xrpcwebclient.js 
Log Message:
various xrpc demo fixes
- remaining memory leaks
- update queries
- node parameters
- some issues in the GUI



U xrpcwebclient.js
Index: xrpcwebclient.js
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc/admin/xrpcwebclient.js,v
retrieving revision 1.10.4.5
retrieving revision 1.10.4.6
diff -u -d -r1.10.4.5 -r1.10.4.6
--- xrpcwebclient.js    10 Jun 2008 04:55:46 -0000      1.10.4.5
+++ xrpcwebclient.js    10 Jun 2008 10:04:53 -0000      1.10.4.6
@@ -167,7 +167,7 @@
             }
         };
     } catch (e) {
-        alert('sendRequest('+method+'): '+e);
+        alert('sendRequest('+posturl,','+method+'): '+e);
     }
 }
 
@@ -200,7 +200,7 @@
             }
         };
     } catch (e) {
-        alert('sendRequest('+method+'): '+e);
+        alert('sendRequest('+geturl+'): '+e);
     }
 }
 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to