From: Mark Clarkstone Date: Wed, 27 Sep 2017 22:46:41 +0000 (+0100) Subject: webui: fix clear all stats button thinko X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b663eee5ff0835b345f2d8f5f97aafb001fdec9;p=thirdparty%2Ftvheadend.git webui: fix clear all stats button thinko --- diff --git a/src/webui/static/app/status.js b/src/webui/static/app/status.js index 586e1c897..b08556be2 100644 --- a/src/webui/static/app/status.js +++ b/src/webui/static/app/status.js @@ -493,7 +493,7 @@ tvheadend.status_streams = function(panel, index) } clearStat = function(record) { uuid = record.data.uuid; - if (!uuid || 'undefined') { + if (!uuid) { return; } Ext.Ajax.request({