Navigation Menu

Skip to content

Commit

Permalink
admin: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 18, 2016
1 parent 6d9da24 commit aec12c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/html/admin/js/groonga-admin.js
Expand Up @@ -988,7 +988,7 @@ jQuery.extend(GroongaAdmin.prototype, {
'limit' : 1
};
if (id) {
data.query = '_id:' + id;
select_data.query = '_id:' + id;
}
$('#table-createrecord').empty();
this.showloading(
Expand Down

0 comments on commit aec12c5

Please sign in to comment.