Working API for subscribing and unsubscribing
This commit is contained in:
parent
d5222f7b4d
commit
11f412ded1
15 changed files with 439 additions and 24 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue