From e7f7ae45b7dfd45a8b2ac0603a501273a5f10b2d Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 31 May 2019 18:22:53 +0200 Subject: FAQ --- http/dealconvert.js | 1 + 1 file changed, 1 insertion(+) (limited to 'http/dealconvert.js') 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'); -- cgit v1.2.3