mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +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
9 lines
104 B
JavaScript
9 lines
104 B
JavaScript
|
|
//=include bigchain/form-contact.js
|
|
|
|
jQuery(function($) {
|
|
|
|
// init form
|
|
FormContact.init()
|
|
});
|