691644dc5b
add feature test add feature test add feature test remove test to builds_spec remove feature test to builds_spec remove feature test to builds_spec add changes to methods and remove FactoryGirl add changes to methods and remove FactoryGirl adding changes to test and js file changes grammar update changelog rename file name update files after review update files after review update files after review
6 lines
147 B
JavaScript
6 lines
147 B
JavaScript
$(function(){
|
|
$('.reveal-variables').off('click').on('click',function(){
|
|
$('.js-build').toggle().niceScroll();
|
|
$(this).hide();
|
|
});
|
|
});
|