Author: sparky
Date: Sat Mar 13 03:30:54 2010
New Revision: 11270

Modified:
   toys/rsget.pl/rsget.pl.user.js
   toys/rsget.pl/rsget_pl.user.js
Log:
- separate query components by (preffered) ';'


Modified: toys/rsget.pl/rsget.pl.user.js
==============================================================================
--- toys/rsget.pl/rsget.pl.user.js      (original)
+++ toys/rsget.pl/rsget.pl.user.js      Sat Mar 13 03:30:54 2010
@@ -269,7 +269,7 @@
        } catch (e) {
                GM_log( "Error: " + e );
                var get = uri + "?links=" + escape( text )
-                       + "&comment=" + escape( "source: " + 
document.location.href );
+                       + ";comment=" + escape( "source: " + 
document.location.href );
                GM_openInTab( get );
        }
 }

Modified: toys/rsget.pl/rsget_pl.user.js
==============================================================================
--- toys/rsget.pl/rsget_pl.user.js      (original)
+++ toys/rsget.pl/rsget_pl.user.js      Sat Mar 13 03:30:54 2010
@@ -246,7 +246,7 @@
                ev.preventDefault();
 
                var get = server + "add?links=" + escape( this.getAttribute( 
'href' ) )
-                       + "&comment=" + escape( "source: " + 
document.location.href );
+                       + ";comment=" + escape( "source: " + 
document.location.href );
                try {
                        GM_openInTab( get );
                } catch ( e ) {
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to