Add a global parameter to enable tag filtering with books. re #46

Also fix many problem with util.js
This commit is contained in:
Sébastien Lucas 2013-07-03 23:36:38 +02:00
parent 1a92d7e1c1
commit 35d6a5ab4e
3 changed files with 19 additions and 9 deletions

View file

@ -80,7 +80,8 @@
"thumbnailUrl" => "fetch.php?height=70&id={0}&db={1}"),
"config" => array (
"use_fancyapps" => $config ["cops_use_fancyapps"],
"max_item_per_page" => $config['cops_max_item_per_page']));
"max_item_per_page" => $config['cops_max_item_per_page'],
"html_tag_filter" => $config['cops_html_tag_filter']));
}
$out ["containsBook"] = 0;