Compare commits

..

No commits in common. "1d490ae06656220d740cf6debe7a7b49efc6c4e6" and "a2a54c35019964696df75eb753ea19478b7e939d" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@
function cloneEvent() {
var dates = $('#mymodal-event-clone #event_dates').multiDatesPicker('value');
dates=dates.replace(/\s/g, '');
dates=dates.replaceAll(' ','');
tbdates=dates.split(',');
var dstart=moment($("#mymodal-event-clone #event_startm").val(),"DD/MM/YYYY");