require(["jquery"],function(a){a(window).load(function(){a("#docextrapanes").addClass("collapse in");if(a(".authorInput")[0]){a(".comSend").prop("disabled",true)}a(".authorInput").keyup(function(){var b=false;a(".authorInput").each(function(){if(a(this).val().length==0){b=true}});if(b){a(".comSend").attr("disabled","disabled")}else{a(".comSend").removeAttr("disabled")}});a("body").on("keydown",".authorInput",function(b){if(b.which===32&&b.target.selectionStart===0){return false}});a(".authorInput").keypress(function(c){var b=new RegExp("^[A-Za-z0-9- ]+$");var d=String.fromCharCode(!c.charCode?c.which:c.charCode);if(b.test(d)){return true}c.preventDefault();return false})})});