Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build_variables.js.es6 « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d3e29794a193f6115975f8286a7c342cc960533 (plain)
1
2
3
4
5
6
$(function(){
  $('.reveal-variables').off('click').on('click',function(){
    $('.js-build').toggle().niceScroll();
    $(this).hide();
  });
});