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 */
|
/* Tab writers */
|
||||||
|
|
||||||
var write = function(tab) {
|
var write = function(tab) {
|
||||||
var $tab = document.getElementById("#inner-"+tab);
|
var $tab = document.getElementById("inner-"+tab);
|
||||||
return {
|
return {
|
||||||
'cls': function() {
|
'cls': function() {
|
||||||
$tab.innerHTML = '';
|
$tab.innerHTML = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user