aboutsummaryrefslogtreecommitdiffstats
path: root/bugzillaBugTriage.user.js
diff options
context:
space:
mode:
Diffstat (limited to 'bugzillaBugTriage.user.js')
-rw-r--r--bugzillaBugTriage.user.js4
1 files changed, 4 insertions, 0 deletions
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,