1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Ignore assessment function tag

This commit is contained in:
gnosygnu
2016-10-19 09:37:15 -04:00
parent 06c877f36c
commit 9165ceef79
6 changed files with 60 additions and 2 deletions

View File

@@ -272,5 +272,6 @@ kwd_mgr.New(Bool_.Y, Xol_kwd_grp_.Id_pagebanner, "PAGEBANNER"); // NOTE: must be
kwd_mgr.New(Bool_.Y, Xol_kwd_grp_.Id_rev_protectionexpiry, "PROTECTIONEXPIRY");
kwd_mgr.New(Bool_.N, Xol_kwd_grp_.Id_new_window_link, "#NewWindowLink");
kwd_mgr.New(Bool_.N, Xol_kwd_grp_.Id_categorytree, "#categorytree");
kwd_mgr.New(Bool_.N, Xol_kwd_grp_.Id_assessment, "#assessment");
}
}

View File

@@ -234,8 +234,9 @@ public static final int
, Id_new_window_link = 212
, Id_categorytree = 213
, Id_lsth = 214
, Id_assessment = 215
;
public static final int Id__max = 215;
public static final int Id__max = 216;
private static byte[] ary_itm_(int id) {
switch (id) {
@@ -454,6 +455,7 @@ case Xol_kwd_grp_.Id_pagebanner: return Bry_.new_u8("pagebanner");
case Xol_kwd_grp_.Id_rev_protectionexpiry: return Bry_.new_u8("protectionexpiry");
case Xol_kwd_grp_.Id_new_window_link: return Bry_.new_u8("newwindowlink");
case Xol_kwd_grp_.Id_categorytree: return Bry_.new_u8("categorytree");
case Xol_kwd_grp_.Id_assessment: return Bry_.new_u8("assessment");
default: throw Err_.new_unhandled(id);
}
}