BigW Consortium Gitlab

build_variables.js.es6 168 Bytes
/* eslint-disable */
$(function(){
  $('.reveal-variables').off('click').on('click',function(){
    $('.js-build').toggle().niceScroll();
    $(this).hide();
  });
});