FIX remove unused option

This commit is contained in:
Regis Houssin 2019-01-21 18:43:12 +01:00
parent 406f26b9d2
commit 0a36a487c4

View File

@ -58,7 +58,7 @@ top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss);
$categorie = new Categorie($db);
$categories = $categorie->get_full_arbo('product');
?>
var categories = <?php echo json_encode($categories, JSON_HEX_APOS); ?>;
var categories = <?php echo json_encode($categories); ?>;
var currentcat;
var pageproducts=0;
var pagecategories=0;