[Groonga-commit] groonga/groonga at aec12c5 [master] admin: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 18 16:32:56 JST 2016


Kouhei Sutou	2016-08-18 16:32:56 +0900 (Thu, 18 Aug 2016)

  New Revision: aec12c5e0150866ecafe8ad31bc9c5d3d0750717
  https://github.com/groonga/groonga/commit/aec12c5e0150866ecafe8ad31bc9c5d3d0750717

  Message:
    admin: fix a typo

  Modified files:
    data/html/admin/js/groonga-admin.js

  Modified: data/html/admin/js/groonga-admin.js (+1 -1)
===================================================================
--- data/html/admin/js/groonga-admin.js    2016-08-16 16:50:24 +0900 (6d66dc7)
+++ data/html/admin/js/groonga-admin.js    2016-08-18 16:32:56 +0900 (f59fcbc)
@@ -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(
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index