fix #2244 (Edits: Icon in info panel doesn't update when editing it)

This commit is contained in:
rolux 2014-02-08 17:01:50 +00:00
parent c7d90f7dfa
commit d91114d343

View File

@ -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()
);
};