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