golden hour
/home/phakp/public_html/wp/wp-content/plugins/bbpress/templates/default/js
⬆️ Go Up
Upload
File/Folder
Size
Actions
editor.js
1.42 KB
Del
OK
editor.min.js
974 B
Del
OK
engagements.js
1.55 KB
Del
OK
engagements.min.js
1.06 KB
Del
OK
reply.js
4.61 KB
Del
OK
reply.min.js
1.77 KB
Del
OK
Edit: reply.min.js
/*! This file is automatically generated. */ addReply={moveForm:function(e,t,n,o){var i=this,d=i.getElement(e),l=i.getElement(n),r=i.getElement("bbp-cancel-reply-to-link"),m=i.getElement("bbp_reply_to"),p=i.getElement("bbp_topic_id");if(i.removeEditor(),d&&l&&r&&m){if(i.respondId=n,o=o||!1,!i.getElement("bbp-temp-form-div")){var s=document.createElement("div");s.id="bbp-temp-form-div",s.style.display="none",l.parentNode.appendChild(s)}return d.parentNode.appendChild(l),p&&o&&(p.value=o),m.value=t,r.style.display="",i.addEditor(),r.onclick=function(){var e=addReply,t=e.getElement("bbp-temp-form-div"),n=e.getElement(e.respondId);e.removeEditor(),t&&n&&(e.getElement("bbp_reply_to").value="0",t.parentNode.insertBefore(n,t),t.parentNode.removeChild(t),this.style.display="none",this.onclick=null,e.addEditor())},i.scrollToForm(),!1}},scrollToForm:function(){var e=this,t=e.getElement("new-post").getBoundingClientRect(),n=(window.pageYOffset||document.scrollTop)-(document.clientTop||0),o=n+t.top,i=o<n,d=e.getElement("wpadminbar"),l=0;void 0!==d&&(l=d.scrollHeight),distance=!0===i?n-o:o-n;var r=distance>800?30:20,m=Math.min(12,Math.round(distance/r)),p=Math.round(distance/r),s=[],c=0;if(!0===i)for(;n>o;)(n-=p)<o&&(n=o),s.push(n-l),setTimeout(function(){window.scrollTo(0,s.shift())},c*m),c++;else for(;n<o;)(n+=p)>o&&(n=o),s.push(n-l),setTimeout(function(){window.scrollTo(0,s.shift())},c*m),c++},getElement:function(e){return document.getElementById(e)},removeEditor:function(){if("undefined"!=typeof tinyMCE){var e=tinyMCE.get("bbp_reply_content");e&&!e.isHidden()?(this.mode="tmce",e.remove()):this.mode="html"}},addEditor:function(){"undefined"!=typeof tinyMCE&&("tmce"===this.mode?switchEditors.go("bbp_reply_content","tmce"):"html"===this.mode&&switchEditors.go("bbp_reply_content","html"))}};
Save