mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-02 00:05:37 +01:00
9 lines
104 B
JavaScript
9 lines
104 B
JavaScript
|
|
||
|
//=include bigchain/form-contact.js
|
||
|
|
||
|
jQuery(function($) {
|
||
|
|
||
|
// init form
|
||
|
FormContact.init()
|
||
|
});
|