Commit 3cc57608 authored by PkSM3's avatar PkSM3

[BUGFIX] show map-list OK

parent e275556c
...@@ -852,7 +852,7 @@ function SearchFilters( elem ) { ...@@ -852,7 +852,7 @@ function SearchFilters( elem ) {
if( MODE == "filter_all") { if( MODE == "filter_all") {
console.clear() console.clear()
var result = Main_test( ngrams_data.ngrams , ngrams_data.scores.initial , MODE) var result = Main_test( ngrams_data , ngrams_data.scores.initial , MODE)
console.log( result ) console.log( result )
MyTable.data('dynatable').sorts.clear(); MyTable.data('dynatable').sorts.clear();
......
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