mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
9 lines
90 B
JavaScript
9 lines
90 B
JavaScript
|
|
||
|
//=include bigchain/testimonials.js
|
||
|
|
||
|
jQuery(function($) {
|
||
|
|
||
|
Testimonials.init();
|
||
|
|
||
|
});
|