Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 3:
window.LocalComments = $.extend(window.LocalComments, {
formats: {
day: function (then) { return then.
week: function (then) { return then.calendar(); },
other: "LLL",
},
tooltipFormats: [
function (then) { return then.fromNow(); },
|