mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Merge branch 'master' of github.com:systemed/iD into tagging
This commit is contained in:
@@ -87,12 +87,13 @@ declare("iD.ui.StepPane", null, {
|
||||
|
||||
show:function() {
|
||||
// summary: Show the window.
|
||||
dijit.byId(this.divname).show();
|
||||
if(dijit.byId(this.divname).domNode.style.visibility == 'hidden')
|
||||
dijit.byId(this.divname).show();
|
||||
},
|
||||
hide:function() {
|
||||
// summary: Hide the window.
|
||||
dijit.byId(this.divname).hide();
|
||||
},
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user