diff --git a/main/announcement.js b/main/announcement.js index b653e3dc..1e2801d5 100644 --- a/main/announcement.js +++ b/main/announcement.js @@ -33,6 +33,6 @@ function init () { title: data.title, message: data.message, detail: data.detail - }) + }, function () {}) }) }