typescript: fix issue with el() function removal
This commit is contained in:
parent
19a665d61d
commit
48d58f4cc2
@ -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 = '';
|
||||
|
Loading…
Reference in New Issue
Block a user