forked from 0x2620/pandora
use textPanel
This commit is contained in:
parent
2bad131f60
commit
5151cb42cb
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ pandora.ui.rightPanel = function() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else if (pandora.user.ui.section == 'texts') {
|
} else if (pandora.user.ui.section == 'texts') {
|
||||||
that = pandora.$ui.text = pandora.ui.text();
|
that = pandora.$ui.textPanel = pandora.ui.textPanel();
|
||||||
}
|
}
|
||||||
return that;
|
return that;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue