kopia lustrzana https://github.com/c9/core
fix exception in about popup
rodzic
5acede5f4b
commit
758672df1f
|
@ -10,9 +10,7 @@
|
|||
skin = "win-help-about"
|
||||
class = "aboutDialogBox">
|
||||
<div class="aboutImage">
|
||||
<div id="c9Version" textselect="true"><?lm
|
||||
Version {cloud9config.version}
|
||||
?></div>
|
||||
<div id="c9Version" textselect="true">Version</div>
|
||||
<!-- <div class="c9Legal">
|
||||
<p><a href="http://www.bettercallsaul.com/">Click here for legal notices.</p>
|
||||
</div> -->
|
||||
|
|
|
@ -434,6 +434,7 @@ apf.dropdown = function(struct, tagName) {
|
|||
this.dispatchEvent("afterchange", { value: value });
|
||||
}
|
||||
};
|
||||
this.getValue = function() { return this.value; };
|
||||
// *** Keyboard Support *** //
|
||||
|
||||
this.getSelectedNode = function() {
|
||||
|
|
Ładowanie…
Reference in New Issue