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() {
|
||||
$(this.el).html(this.template.text);
|
||||
$('#queryInput').addClass("focus");
|
||||
$('#queryInput').focus();
|
||||
return this;
|
||||
},
|
||||
submitQuery: function() {
|
||||
|
|
Loading…
Reference in New Issue