modules/QSL/CloudSearch/templates/web/customer/modules/QSL/CloudSearch/current_category_id.twig line 1

Open in your IDE?
  1. {##
  2.  # Print current category id
  3.  #}
  4. <script>
  5.   window.currentCategoryId = {{ this.getCategoryId() }};
  6. </script>