1
0
Fork 0

added event when selecting a query from selectbox

This commit is contained in:
Heiko Kernbach 2015-02-11 12:45:00 +01:00
parent 0bf4ee9b88
commit 3404fd6aa6
1 changed files with 5 additions and 0 deletions

View File

@ -526,6 +526,11 @@
},
importSelected: function (e) {
//update queries first, before showing
this.getAQL();
this.getSystemQueries();
var inputEditor = ace.edit("aqlEditor");
$.each(this.queries, function (k, v) {
if ($('#' + e.currentTarget.id).val() === v.name) {