diff options
Diffstat (limited to 'lib/rhbzpage.js')
-rw-r--r-- | lib/rhbzpage.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js index c9d9b9f..4c3d93f 100644 --- a/lib/rhbzpage.js +++ b/lib/rhbzpage.js @@ -603,7 +603,9 @@ RHBugzillaPage.prototype.queryForSelection = function() { * Search simple query in the upstream bugzilla appropriate for the component. */ RHBugzillaPage.prototype.queryUpstream = function() { + console.log("Querying upstream!"); let text = jetpack.selection.text; + console.log("Selection = |" + text + "|"); if (!text) { text = clip.get(); } |