From 48d58f4cc2c0a7daac87a7e1caec0114e152675b Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 12 Nov 2017 12:37:12 +1300 Subject: [PATCH] typescript: fix issue with el() function removal --- client/dcwebui.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/dcwebui.ts b/client/dcwebui.ts index 538dc80..79f303c 100644 --- a/client/dcwebui.ts +++ b/client/dcwebui.ts @@ -164,7 +164,7 @@ var notify = function(title, body, tab) { /* Tab writers */ var write = function(tab) { - var $tab = document.getElementById("#inner-"+tab); + var $tab = document.getElementById("inner-"+tab); return { 'cls': function() { $tab.innerHTML = '';