From 95cd2b4f8165e2f584a6948f9c0b5104bb83c796 Mon Sep 17 00:00:00 2001 From: Jonathan Wong Date: Sat, 22 Aug 2015 03:13:23 -0700 Subject: [PATCH] Forgot semicolon --- data/interfaces/default/js/tables/history_table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interfaces/default/js/tables/history_table.js b/data/interfaces/default/js/tables/history_table.js index 7e76cb28..287e9d75 100644 --- a/data/interfaces/default/js/tables/history_table.js +++ b/data/interfaces/default/js/tables/history_table.js @@ -116,7 +116,7 @@ history_table_options = { "createdCell": function (td, cellData, rowData, row, col) { if (cellData !== '') { var media_type = ''; - var thumb_popover = '' + var thumb_popover = ''; if (rowData['media_type'] === 'movie') { media_type = ''; thumb_popover = '' + cellData + ''