mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-02 00:05:37 +01:00
Matthias Kretschmann
e77e54190d
* hero elements & markup cleanup * simplify intro animation * bump ruby & node * fix fallback banner
10 lines
126 B
JavaScript
10 lines
126 B
JavaScript
|
|
//=include bigchain/smoothscroll.js
|
|
//=include bigchain/testimonials.js
|
|
|
|
jQuery(function($) {
|
|
|
|
Testimonials.init();
|
|
|
|
});
|