build_variables.js.es6 168 Bytes EditWeb IDE 1 2 3 4 5 6 7 /* eslint-disable */ $(function(){ $('.reveal-variables').off('click').on('click',function(){ $('.js-build').toggle().niceScroll(); $(this).hide(); }); });