From 41caaa7730b7fb1e4498ec0b397258f34c6475a1 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Wed, 19 Apr 2017 22:03:42 -0700 Subject: [PATCH] Fixed width icon in notification logs table --- data/interfaces/default/js/tables/notification_logs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/interfaces/default/js/tables/notification_logs.js b/data/interfaces/default/js/tables/notification_logs.js index 5ff5df73..4c306419 100644 --- a/data/interfaces/default/js/tables/notification_logs.js +++ b/data/interfaces/default/js/tables/notification_logs.js @@ -87,9 +87,9 @@ notification_log_table_options = { "data": "success", "createdCell": function (td, cellData, rowData, row, col) { if (cellData == 1) { - $(td).html(''); + $(td).html(''); } else { - $(td).html(''); + $(td).html(''); } }, "searchable": false,