mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
7 lines
153 B
JavaScript
7 lines
153 B
JavaScript
cqi.constants = {};
|
|
|
|
cqi.constants.FIELD_KEYWORD = 9;
|
|
cqi.constants.FIELD_MATCH = 16;
|
|
cqi.constants.FIELD_MATCHEND = 17;
|
|
cqi.constants.FIELD_TARGET = 0;
|