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: 0ecd20bc11e10331a2755aae3e972a09f4c455de (plain)
1
2
3
4
5
6
7
/* eslint-disable */
$(function(){
  $('.reveal-variables').off('click').on('click',function(){
    $('.js-build').toggle().niceScroll();
    $(this).hide();
  });
});