mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-13 01:56:24 +02:00
some more eslint fixes 😄
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
var noticationContainerEL = $('#js-alerts-container');
|
||||
|
||||
function addNotification(msg) {
|
||||
//var n = document.createElement('div');
|
||||
// var n = document.createElement('div');
|
||||
// div.textContent = msg;
|
||||
// noticationContainerEL.appendChild(n);
|
||||
noticationContainerEL.textContent = msg;
|
||||
|
Reference in New Issue
Block a user