Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/AplusAgency/src/commit/71f113a5e68f9b4fc56ab1711fd888a48cf3e9f7/public/admin/plugins/fullcalendar/locales/ko.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
FullCalendar.globalLocales.push(function () {
|
|
'use strict';
|
|
|
|
var ko = {
|
|
code: 'ko',
|
|
buttonText: {
|
|
prev: '이전달',
|
|
next: '다음달',
|
|
today: '오늘',
|
|
month: '월',
|
|
week: '주',
|
|
day: '일',
|
|
list: '일정목록',
|
|
},
|
|
weekText: '주',
|
|
allDayText: '종일',
|
|
moreLinkText: '개',
|
|
noEventsText: '일정이 없습니다',
|
|
};
|
|
|
|
return ko;
|
|
|
|
}());
|
|
|