From 34bd7b9b8c29d5d7d72a18ed376d93fa7ba980fe Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 15 Nov 2009 23:35:25 +0100 Subject: jquery.rpc.js added (with various patches) --- bugzillaBugTriage.user.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bugzillaBugTriage.user.js') diff --git a/bugzillaBugTriage.user.js b/bugzillaBugTriage.user.js index eed156c..1a798a4 100644 --- a/bugzillaBugTriage.user.js +++ b/bugzillaBugTriage.user.js @@ -9,6 +9,9 @@ // @include https://bugzilla.redhat.com/show_bug.cgi* // @include https://bugzilla.redhat.com/process_bug.cgi // @require http://mcepl.fedorapeople.org/scripts/xmlrpc.js +// @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js +// @require http://mcepl.fedorapeople.org/scripts/jquery.rpc.js + // ==/UserScript== // https://bugzilla.redhat.com/show_bug.cgi?id=451951 @@ -407,6 +410,7 @@ function queryForSelection() { * @param callback function catching callback */ function sendRequest(url,data,method,callback) { + //$.rpc(url, dataType, onLoadCallback, version); GM_xmlhttpRequest({ method: method, url: url, -- cgit