forked from 0x2620/pandora
fix #2244 (Edits: Icon in info panel doesn't update when editing it)
This commit is contained in:
parent
c7d90f7dfa
commit
d91114d343
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ pandora.ui.info = function() {
|
|||
};
|
||||
|
||||
that.updateListInfo = function() {
|
||||
['list', 'text'].indexOf(getView()) > -1 && that.empty().append(
|
||||
that.empty().append(
|
||||
pandora.$ui.listInfo = pandora.ui.listInfo()
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue