mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 17:50:07 +01:00
7 lines
87 B
JavaScript
7 lines
87 B
JavaScript
|
//=include bigchain/form-services.js
|
||
|
|
||
|
jQuery(function($) {
|
||
|
|
||
|
FormServices.init()
|
||
|
})
|