forked from 0x2620/oxjs
various fixes related to adding place annotations
This commit is contained in:
parent
bbdbaf86da
commit
a66c7c9bdd
2 changed files with 46 additions and 21 deletions
|
|
@ -55,7 +55,6 @@ Ox.IconItem = function(options, self) {
|
|||
});
|
||||
|
||||
self.title = formatText(self.options.title, self.lines - 1 - self.infoIsObject, self.lineLength);
|
||||
Ox.print('ST::::', self.title)
|
||||
if (!self.infoIsObject) {
|
||||
self.info = formatText(self.options.info, 5 - self.title.split('<br/>').length, self.lineLength);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue