diff --git a/app/js/tl/notification.js b/app/js/tl/notification.js index a5ff9de1..81306b85 100644 --- a/app/js/tl/notification.js +++ b/app/js/tl/notification.js @@ -32,6 +32,7 @@ function notfColumn(acct_id, tlid, sys) { } else { var exc = '' } + if (exc === 'null') exc = '' var start = 'https://' + domain + '/api/v1/notifications' + exc httpreq.open('GET', start, true) httpreq.setRequestHeader('Content-Type', 'application/json')