mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-02 00:05:37 +01:00
Matthias Kretschmann
26d547ae02
- new native select style - progressively enhanced select styles via select.js - new textarea autogrow functionality - start isolating all the forms, load only when needed
12 lines
154 B
JavaScript
12 lines
154 B
JavaScript
//=include bigchain/smoothscroll.js
|
|
//=include bigchain/newsletter.js
|
|
|
|
jQuery(function($) {
|
|
|
|
//
|
|
// init modules
|
|
//
|
|
Newsletter.init()
|
|
|
|
});
|