typescript: fix issue with el() function removal

This commit is contained in:
mappu 2017-11-12 12:37:12 +13:00
parent 19a665d61d
commit 48d58f4cc2
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '';