1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/javascripts/page-cla.js
Matthias Kretschmann 26d547ae02
so many form tweaks
- new native select style
- progressively enhanced select styles via select.js
- new textarea autogrow functionality
- start isolating all the forms, load only when needed
2017-05-22 11:21:34 +02:00

10 lines
123 B
JavaScript

//=include bigchain/tab.js
//=include bigchain/form-cla.js
jQuery(function($) {
// init form
FormCla.init()
});