1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-02 00:05:37 +01:00
site/_src/_assets/javascripts/page-front.js
Matthias Kretschmann afb4428448 Hero community bar (#117)
* new hero community bar
* fix hero smooth scroll
2017-05-04 14:27:12 +02:00

11 lines
156 B
JavaScript

//=include bigchain/github.js
//=include bigchain/testimonials.js
//=include bigchain/smoothscroll.js
jQuery(function($) {
Testimonials.init();
});