Commit aaf2bbf2 authored by nanahira's avatar nanahira

fix

parent 37dfabaf
......@@ -68,7 +68,6 @@ function load_lflist() {
LFLIST[current_list][parseInt(line.match(/(\d+) 2/)[1])] = 2;
}
}
console.log(LFLIST[config.list]);
if (LFLIST[config.list]) {
for(var code in LFLIST[config.list]) {
count = LFLIST[config.list][code];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment