mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 07:45:41 +01:00
10 lines
124 B
JavaScript
10 lines
124 B
JavaScript
|
|
//=include bigchain/tab.js
|
|
//=include bigchain/form-cla.js
|
|
|
|
jQuery(function($) {
|
|
|
|
// init form
|
|
FormCla.init();
|
|
});
|