mirror of https://gitee.com/bigwinds/arangodb
input focus
This commit is contained in:
parent
3d4e2c965e
commit
d2d2ad7076
|
@ -15,6 +15,8 @@ var queryView = Backbone.View.extend({
|
||||||
|
|
||||||
render: function() {
|
render: function() {
|
||||||
$(this.el).html(this.template.text);
|
$(this.el).html(this.template.text);
|
||||||
|
$('#queryInput').addClass("focus");
|
||||||
|
$('#queryInput').focus();
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
submitQuery: function() {
|
submitQuery: function() {
|
||||||
|
|
Loading…
Reference in New Issue