|
|
@ -261,13 +261,13 @@ HuesSettings.prototype.connectCore = function(core) { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
HuesSettings.prototype.show = function() { |
|
|
|
HuesSettings.prototype.show = function() { |
|
|
|
|
|
|
|
this.window.style.display = "-webkit-flex"; |
|
|
|
|
|
|
|
this.window.style.display = "flex"; |
|
|
|
if(this.core) { |
|
|
|
if(this.core) { |
|
|
|
this.core.hideLists(); |
|
|
|
this.core.hideLists(); |
|
|
|
if(this.core.editor) |
|
|
|
if(this.core.editor) |
|
|
|
this.core.editor.resize(); |
|
|
|
this.core.editor.resize(); |
|
|
|
} |
|
|
|
} |
|
|
|
this.window.style.display = "-webkit-flex"; |
|
|
|
|
|
|
|
this.window.style.display = "flex"; |
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
HuesSettings.prototype.hide = function() { |
|
|
|
HuesSettings.prototype.hide = function() { |
|
|
|