summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/web/new_bug.js
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BugModal/web/new_bug.js')
-rw-r--r--extensions/BugModal/web/new_bug.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BugModal/web/new_bug.js b/extensions/BugModal/web/new_bug.js
index 9c1d00854..23fc842cb 100644
--- a/extensions/BugModal/web/new_bug.js
+++ b/extensions/BugModal/web/new_bug.js
@@ -33,7 +33,7 @@ var component_load = function(product) {
function() {
alert("Network issues. Please refresh the page and try again");
}
- );
+ );
}
$(document).ready(function() {
@@ -101,7 +101,7 @@ $(document).ready(function() {
callback(initial.keywords);
}
});
-
+
$("#product").on("change", function () {
component_load($("#product").val());
});