Ignore:
Timestamp:
02/01/23 22:35:56 (17 months ago)
Author:
Gjoko <goko_kostadinov@…>
Branches:
master
Children:
cc52b09
Parents:
044bd76
Message:

Adding search by date on homepage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/static/js/homepage.js

    r044bd76 r9280859  
    4545            right: 'prev,next today'
    4646        },
    47         editable: true,
     47        editable: false,
    4848        edit: function (start, end, allDay) {
    4949
    5050        },
    5151        firstDay: 1, //  1(Monday) this can be changed to 0(Sunday) for the USA system
    52         selectable: true,
     52        selectable: false,
    5353        defaultView: 'agendaWeek',
    5454
     
    8282            calendar.fullCalendar('unselect');
    8383        },
    84         droppable: true, // this allows things to be dropped onto the calendar !!!
     84        droppable: false, // this allows things to be dropped onto the calendar !!!
    8585        drop: function(date, allDay) { // this function is called when something is dropped
    8686
Note: See TracChangeset for help on using the changeset viewer.