Sindbad~EG File Manager
{"version":3,"sources":["section.js"],"names":["define","$","Ajax","Notification","init","on","e","preventDefault","url","this","attr","get","window","location","reload","fail","error","exception"],"mappings":"AACAA,OAAO,CAAC,SAAU,YAAa,qBAAsB,SAASC,EAAGC,EAAMC,GACnE,aASA,MAAO,CAIHC,KAAM,WACFH,EAAE,sBAAsBI,GAAG,QAAS,SAASC,GACzCA,EAAEC,iBACF,IACIC,EADQP,EAAEQ,MACEC,KAAK,QAGrBT,EAAEU,IAAIH,EAAK,WAEPI,OAAOC,SAASC,WACjBC,KAAK,SAASC,GACbb,EAAac,UAAUD","sourcesContent":["// File: course/format/remuiformat/amd/src/section.js\ndefine(['jquery', 'core/ajax', 'core/notification'], function($, Ajax, Notification) {\n 'use strict';\n\n /**\n * Component to handle section highlighting.\n *\n * @module format_remuiformat/section\n * @copyright 2024 Your Name\n * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later\n */\n return {\n /**\n * Initialize the section highlighting functionality.\n */\n init: function() {\n $('.editing_highlight').on('click', function(e) {\n e.preventDefault();\n var $this = $(this);\n var url = $this.attr('href');\n\n // Use the URL directly since it's already set up with the correct parameters\n $.get(url, function() {\n // Refresh the page after successful AJAX call\n window.location.reload();\n }).fail(function(error) {\n Notification.exception(error);\n });\n });\n }\n };\n});"],"file":"section.min.js"}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists