use textPanel

This commit is contained in:
rolux 2013-02-21 16:19:54 +05:30
parent 2bad131f60
commit 5151cb42cb

View file

@ -58,7 +58,7 @@ pandora.ui.rightPanel = function() {
}
});
} else if (pandora.user.ui.section == 'texts') {
that = pandora.$ui.text = pandora.ui.text();
that = pandora.$ui.textPanel = pandora.ui.textPanel();
}
return that;
};