Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(768)

Unified Diff: Tools/GardeningServer/scripts/rollbot.js

Issue 359283003: Remove usages of jquery and add sugar.js from garden-o-matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/GardeningServer/scripts/results.js ('k') | Tools/GardeningServer/scripts/summary-mock.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/rollbot.js
diff --git a/Tools/GardeningServer/scripts/rollbot.js b/Tools/GardeningServer/scripts/rollbot.js
index bbf9e9272ba7e864ca895949a7b5d014e6fc8e83..232dd802be1b76dbf8724abeabe91337a6c45ad3 100644
--- a/Tools/GardeningServer/scripts/rollbot.js
+++ b/Tools/GardeningServer/scripts/rollbot.js
@@ -29,7 +29,7 @@ var rollbot = rollbot || {};
// FIXME: This will need to change once we have a real account for the rollbot.
var rollBotAccount = "eseidel@chromium.org";
-var issueSearchURL = config.kRietveldURL + "/search?" + $.param({
+var issueSearchURL = config.kRietveldURL + "/search?" + base.queryParam({
"owner": rollBotAccount,
"closed": 3, // Only open issues.
"with_messages": "true",
« no previous file with comments | « Tools/GardeningServer/scripts/results.js ('k') | Tools/GardeningServer/scripts/summary-mock.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698