mirror of
https://github.com/bigchaindb/site.git
synced 2025-01-11 21:35:39 +01:00
15 lines
215 B
JavaScript
15 lines
215 B
JavaScript
|
|
//=include bigchain/smoothscroll.js
|
|
//=include bigchain/github.js
|
|
//=include bigchain/meetup.js
|
|
//=include bigchain/newsletter.js
|
|
|
|
jQuery(function($) {
|
|
|
|
//
|
|
// init modules
|
|
//
|
|
Newsletter.init()
|
|
|
|
});
|