Add a global parameter to enable tag filtering with books. re #46
Also fix many problem with util.js
This commit is contained in:
parent
1a92d7e1c1
commit
35d6a5ab4e
3 changed files with 19 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue