forked from 0x2620/pandora
update info when selecting edit
This commit is contained in:
parent
fa1f78cb9a
commit
454c070404
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ pandora.ui.info = function() {
|
||||||
toggle: function(data) {
|
toggle: function(data) {
|
||||||
pandora.UI.set({showInfo: !data.collapsed});
|
pandora.UI.set({showInfo: !data.collapsed});
|
||||||
},
|
},
|
||||||
|
pandora_edit: updateInfo,
|
||||||
pandora_find: function() {
|
pandora_find: function() {
|
||||||
if (pandora.user.ui._list != pandora.UI.getPrevious('_list')) {
|
if (pandora.user.ui._list != pandora.UI.getPrevious('_list')) {
|
||||||
updateInfo();
|
updateInfo();
|
||||||
|
|
Loading…
Reference in a new issue