aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bugzillaBugTriage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js
index a66c7d0..3833ab5 100644
--- a/bugzillaBugTriage.js
+++ b/bugzillaBugTriage.js
@@ -805,7 +805,7 @@ BzPage.prototype.queryInNewTab = function(text,component,product) {
url += "&field1-0-0=longdesc&type1-0-0=substring&value1-0-0="+text+
"&field1-0-1=attach_data.thedata&type1-0-1=substring&value1-0-1="+text+
"&field1-0-2=status_whiteboard&type1-0-2=substring&value1-0-2="+text;
- jetpack.tabs.open(url);
+ jetpack.tabs.open(encodeURIComponent(url));
}
};