|
|
|
@ -369,11 +369,9 @@ $(document).ready(function () {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
window.setInterval(function() {
|
|
|
|
window.setInterval(function() {
|
|
|
|
$('#localeexample-time').text(moment().format('LTS'));
|
|
|
|
$('#localeexample-time').text(moment().format('LTS'))
|
|
|
|
$('#localeexample-date').text(moment().format('L'));
|
|
|
|
$('#localeexample-date').text(moment().format('L'))
|
|
|
|
$('#localeexample-fdow').text(t('settings', 'Week starts on {fdow}',
|
|
|
|
$('#localeexample-fdow').text(t('settings', 'Week starts on {fdow}', { fdow: dayNames[firstDay] }))
|
|
|
|
{fdow: moment().weekday(0).format('dddd')}));
|
|
|
|
}, 1000)
|
|
|
|
|
|
|
|
|
|
|
|
}, 1000);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OC.Settings.updateAvatar = updateAvatar;
|
|
|
|
OC.Settings.updateAvatar = updateAvatar;
|
|
|
|
|