diff options
Diffstat (limited to 'data/rhlib')
-rw-r--r-- | data/rhlib/rhbzpage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rhlib/rhbzpage.js b/data/rhlib/rhbzpage.js index bfdeb55..f74556c 100644 --- a/data/rhlib/rhbzpage.js +++ b/data/rhlib/rhbzpage.js @@ -103,7 +103,7 @@ function closeSomeRelease() { // "Fixed in Version" textbox // otherwise -> NEXTRELEASE selectOption("bug_status", "CLOSED"); - var text = getSelection(); + var text = getSel(); var resolution = ""; if (text.length > 0) { |