Working API for subscribing and unsubscribing

This commit is contained in:
Andris Reinman 2016-05-07 14:28:24 +03:00
parent d5222f7b4d
commit 11f412ded1
15 changed files with 439 additions and 24 deletions

View file

@ -72,7 +72,6 @@ $('.data-table-ajax').each(function () {
});
});
$('.datestring').each(function () {
$(this).html(moment($(this).data('date')).fromNow());
});
@ -126,6 +125,10 @@ $('.page-refresh').each(function () {
}, interval * 1000);
});
$('.click-select').on('click', function () {
$(this).select();
});
if (typeof moment.tz !== 'undefined') {
(function () {
var tz = moment.tz.guess();