build_variables.js 232 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 /* eslint-disable func-names*/ export default function handleRevealVariables() { $('.js-reveal-variables') .off('click') .on('click', function () { $('.js-build-variables').toggle(); $(this).hide(); }); }