X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/mod/forum/amd/build
home
/
cbholdings
/
pasukulu
/
mod
/
forum
/
amd
/
build
/
📁
..
📄
discussion.min.js
(4.54 KB)
📄
discussion.min.js.map
(14.52 KB)
📄
discussion_list.min.js
(3.3 KB)
📄
discussion_list.min.js.map
(8.66 KB)
📄
discussion_nested_v2.min.js
(10.04 KB)
📄
discussion_nested_v2.min.js.map
(21.93 KB)
📄
favourite_toggle.min.js
(1.13 KB)
📄
favourite_toggle.min.js.map
(3.69 KB)
📄
form-user-selector.min.js
(1.05 KB)
📄
form-user-selector.min.js.map
(3.71 KB)
📄
forum_events.min.js
(382 B)
📄
forum_events.min.js.map
(1.22 KB)
📁
grades
📄
inpage_reply.min.js
(3.93 KB)
📄
inpage_reply.min.js.map
(12.44 KB)
📁
local
📄
lock_toggle.min.js
(870 B)
📄
lock_toggle.min.js.map
(2.87 KB)
📄
pin_toggle.min.js
(1.33 KB)
📄
pin_toggle.min.js.map
(3.85 KB)
📄
posts_list.min.js
(2.2 KB)
📄
posts_list.min.js.map
(6.34 KB)
📄
repository.min.js
(2.34 KB)
📄
repository.min.js.map
(7.47 KB)
📄
selectors.min.js
(2.06 KB)
📄
selectors.min.js.map
(4.65 KB)
📄
subscription_toggle.min.js
(1.15 KB)
📄
subscription_toggle.min.js.map
(3.56 KB)
Editing: posts_list.min.js
/** * This module is the highest level module for the calendar. It is * responsible for initialising all of the components required for * the calendar to run. It also coordinates the interaction between * components by listening for and responding to different events * triggered within the calendar UI. * * @module mod_forum/posts_list * @copyright 2019 Peter Dias * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ define("mod_forum/posts_list",["jquery","core/templates","core/notification","core/pending","mod_forum/selectors","mod_forum/inpage_reply","core_form/changechecker"],(function($,Templates,Notification,Pending,Selectors,InPageReply,FormChangeChecker){return{init:function(root,throttlingwarningmsg){!function(root,throttlingwarningmsg){root.on("click",Selectors.post.inpageReplyLink,(function(e){if(e.preventDefault(),window.location.hash){var url=window.location.href.split("#")[0];history.pushState({},document.title,url)}var pending=new Pending("inpage-reply"),currentTarget=$(e.currentTarget).parents(Selectors.post.forumCoreContent),currentSubject=currentTarget.find(Selectors.post.forumSubject),currentRoot=$(e.currentTarget).parents(Selectors.post.forumContent),context={postid:$(currentRoot).data("post-id"),reply_url:$(e.currentTarget).attr("href"),sesskey:M.cfg.sesskey,parentsubject:currentSubject.data("replySubject"),canreplyprivately:$(e.currentTarget).data("can-reply-privately"),postformat:InPageReply.CONTENT_FORMATS.MOODLE,throttlingwarningmsg:throttlingwarningmsg};if(currentRoot.find(Selectors.post.inpageReplyContent).length){var form=currentRoot.find(Selectors.post.inpageReplyContent);form.slideToggle(300,pending.resolve),form.is(":visible")&&form.find("textarea").focus()}else Templates.render("mod_forum/inpage_reply",context).then((function(html,js){return Templates.appendNodeContents(currentTarget,html,js)})).then((function(){return currentRoot.find(Selectors.post.inpageReplyContent).slideToggle(300,pending.resolve).find("textarea").focus()})).then((function(){FormChangeChecker.watchFormById("inpage-reply-".concat(context.postid))})).catch(Notification.exception)}))}(root,throttlingwarningmsg),InPageReply.init(root)}}})); //# sourceMappingURL=posts_list.min.js.map
Upload File
Create Folder