UNPKG

jive-sdk

Version:

Node.js SDK for Jive Software to assist with the development of add-ons

17 lines (12 loc) 361 B
(function() { jive.tile.onOpen(function(config, options ) { gadgets.window.adjustHeight(); if ( typeof config === "string" ) { config = JSON.parse(config); } $("#btn_submit").click( function() { jive.tile.close(config, {} ); gadgets.window.adjustHeight(300); }); }); })();