From 4b6d38b9722fa1991572fa1e02fb28a025eb91f2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 15 Sep 2015 13:59:55 +0200 Subject: Fix image paths --- js/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/notification.js') diff --git a/js/notification.js b/js/notification.js index 85dbc74..4156f96 100644 --- a/js/notification.js +++ b/js/notification.js @@ -101,7 +101,7 @@ // TODO create event handler on click for given action type }); el.append(actions); - el.append(''); + el.append(''); return el; }, -- cgit v1.2.3