BigW Consortium Gitlab

build_variables.js 235 Bytes
Newer Older
1
/* eslint-disable func-names, prefer-arrow-callback, space-before-function-paren */
2

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