SVN: toys/rsget.pl: rsget.pl.user.js rsget_pl.user.js
sparky
sparky at pld-linux.org
Sat Mar 13 03:30:55 CET 2010
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 ) {
More information about the pld-cvs-commit
mailing list