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