fix exception in about popup

pull/125/merge
nightwing 2017-04-24 23:16:25 +04:00
rodzic 5acede5f4b
commit 758672df1f
2 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -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> -->

Wyświetl plik

@ -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() {