REDROOM
PHP 8.5.2
Path:
Logout
Edit File
Size: 1.23 KB
Close
/home/serveshikshafoundation/htdocs/serveshikshafoundation.org.in/admin/assets/js/app.min.js
Text
Base64
$(function () { // Admin Panel settings //**************************** /* This is for the mini-sidebar if width is less then 1170*/ //**************************** var setsidebartype = function () { var width = window.innerWidth > 0 ? window.innerWidth : this.screen.width; if (width < 1199) { $("#main-wrapper").attr("data-sidebartype", "mini-sidebar"); $("#main-wrapper").addClass("mini-sidebar"); } else { $("#main-wrapper").attr("data-sidebartype", "full"); $("#main-wrapper").removeClass("mini-sidebar"); } }; $(window).ready(setsidebartype); $(window).on("resize", setsidebartype); //**************************** /* This is for sidebartoggler*/ //**************************** $(".sidebartoggler").on("click", function () { $("#main-wrapper").toggleClass("mini-sidebar"); if ($("#main-wrapper").hasClass("mini-sidebar")) { $(".sidebartoggler").prop("checked", !0); $("#main-wrapper").attr("data-sidebartype", "mini-sidebar"); } else { $(".sidebartoggler").prop("checked", !1); $("#main-wrapper").attr("data-sidebartype", "full"); } }); $(".sidebartoggler").on("click", function () { $("#main-wrapper").toggleClass("show-sidebar"); }); })
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
app.min.js
1.23 KB
lrw-r--r--
2024-07-06 23:58:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
dashboard.js
3.75 KB
lrw-r--r--
2024-07-06 23:58:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
sidebarmenu.js
1.80 KB
lrw-r--r--
2024-07-06 23:58:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).