Stupid commit to check github actions.

This commit is contained in:
Michael Teeuw 2020-12-21 10:57:18 +01:00
parent 8cf16f1049
commit a0366e794b

View File

@ -103,8 +103,10 @@ Module.register("alert", {
onClose: () => this.hide_alert(sender), onClose: () => this.hide_alert(sender),
al_no: "ns-alert" al_no: "ns-alert"
}); });
//Show alert //Show alert
this.alerts[sender.name].show(); this.alerts[sender.name].show();
//Add timer to dismiss alert and overlay //Add timer to dismiss alert and overlay
if (params.timer) { if (params.timer) {
setTimeout(() => { setTimeout(() => {