diff options
author | emkael <emkael@tlen.pl> | 2019-05-31 18:22:53 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-05-31 18:22:53 +0200 |
commit | e7f7ae45b7dfd45a8b2ac0603a501273a5f10b2d (patch) | |
tree | 5bbbf1145fb241d8b2b805c976e5e38e41846bc7 /http/dealconvert.js | |
parent | 6ddd1c437c56f45c840969ec55361b8d642885a1 (diff) |
FAQ
Diffstat (limited to 'http/dealconvert.js')
-rw-r--r-- | http/dealconvert.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http/dealconvert.js b/http/dealconvert.js index 3e5ea85..ff25444 100644 --- a/http/dealconvert.js +++ b/http/dealconvert.js @@ -1,4 +1,5 @@ $(document).ready(function() { + $('a.faq-btn').popover(); $('input[name="output"]').change(function() { if ($('input[name="output"]:checked').length > 0) { $('#submit-btn').removeAttr('disabled'); |