[missions] fix indentation; typo
This commit is contained in:
parent
da0c866ac3
commit
8fff4e3be9
@ -133,8 +133,8 @@ window.plugin.missions = {
|
|||||||
closeCallback: function() {
|
closeCallback: function() {
|
||||||
me.unhighlightMissionPortals(markers);
|
me.unhighlightMissionPortals(markers);
|
||||||
},
|
},
|
||||||
collapseCallback: this.collapsFix,
|
collapseCallback: this.collapseFix,
|
||||||
expandCallback: this.collapsFix
|
expandCallback: this.collapseFix
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -143,12 +143,12 @@ window.plugin.missions = {
|
|||||||
html: this.renderMissionList(missions),
|
html: this.renderMissionList(missions),
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
width: '400px',
|
width: '400px',
|
||||||
collapseCallback: this.collapsFix,
|
collapseCallback: this.collapseFix,
|
||||||
expandCallback: this.collapsFix
|
expandCallback: this.collapseFix
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
collapsFix: function() {
|
collapseFix: function() {
|
||||||
if (this && this.parentNode) {
|
if (this && this.parentNode) {
|
||||||
this.parentNode.style.height = 'auto';
|
this.parentNode.style.height = 'auto';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user