BigW Consortium Gitlab

build_variables.js.es6 277 Bytes
Newer Older
1 2
/* eslint-disable func-names, prefer-arrow-callback, space-before-blocks, space-before-function-paren, comma-spacing, max-len */

ubudzisz committed
3 4 5 6 7 8
$(function(){
  $('.reveal-variables').off('click').on('click',function(){
    $('.js-build').toggle().niceScroll();
    $(this).hide();
  });
});