diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/lmmtfy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lmmtfy.js b/js/lmmtfy.js index 0f9951d..ee15a2f 100644 --- a/js/lmmtfy.js +++ b/js/lmmtfy.js @@ -9,7 +9,7 @@ const dom_query = document.getElementById("query"); const dom_sect = document.getElementById("sect"); const dom_arch = document.getElementById("arch"); -const dom_man = document.getElementById("man"); +const dom_man = document.getElementById("btn_man"); const dom_opts = document.getElementById("query_opts_toggle"); const query = dom_query.value; |