creditDetail.js 243 Bytes
/*! dili 2016-01-06 */
define(function(require,exports,module){$(function(){var clock=setTimeout(function(){$(".manage-hint").slideUp()},1e4);$(".manage-hint .hide").bind("click",function(){clearTimeout(clock),$(this).parent().slideUp()})})});