����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 74.208.127.88 / Your IP : 3.137.163.99 Web Server : Apache/2.4.41 (Ubuntu) System : Linux ubuntu 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/muebles/js/scrollbar/ |
Upload File : |
(function ($) { "use strict"; /*-------------------------- mCustomScrollbar ---------------------------- */ $(window).on("load",function(){ $(".message-menu, .notification-menu, .comment-scrollbar, .notes-menu-scrollbar, .project-st-menu-scrollbar, .report-graph-scroll, .report-graph-scroll2").mCustomScrollbar({ axis:"x", axis:"y", autoHideScrollbar: true, scrollbarPosition: "outside", theme:"light-1" }); $(".timeline-scrollbar").mCustomScrollbar({ setHeight:636, autoHideScrollbar: true, scrollbarPosition: "outside", theme:"light-1" }); $(".project-list-scrollbar").mCustomScrollbar({ setHeight:636, theme:"light-2" }); $(".messages-scrollbar").mCustomScrollbar({ setHeight:503, autoHideScrollbar: true, scrollbarPosition: "outside", theme:"light-1" }); $(".chat-scrollbar").mCustomScrollbar({ setHeight:250, theme:"light-2" }); $(".widgets-chat-scrollbar").mCustomScrollbar({ setHeight:335, autoHideScrollbar: true, scrollbarPosition: "outside", theme:"light-1" }); $(".widgets-todo-scrollbar").mCustomScrollbar({ setHeight:322, autoHideScrollbar: true, scrollbarPosition: "outside", theme:"light-1" }); $(".user-profile-scrollbar").mCustomScrollbar({ setHeight:1820, autoHideScrollbar: true, scrollbarPosition: "outside", theme:"light-1" }); }); })(jQuery);