orcinus-search/orcinus/js
Brian Huisman 47562e0a71 Add 'online' value for Mustache template
Provide an 'online' value to the Search Result Mustache template. This will, for example, allow you to put things in your Search Result template that will show up when your site is displayed live (PHP), but will not be output when your site is displayed using the offline Javascript, and vice versa.

eg.
{{#online}}
  This will only display in your template if it's online.
{{/online}}
{{^online}}
  This will only display in your template it it's offline.
{{/online}}
2023-06-22 09:57:33 -04:00
..
mustache Re-upload 3rd party libraries 2023-04-20 10:47:11 -04:00
admin.js Unique IPs in modal 2023-06-14 10:27:54 -04:00
bootstrap.bundle.min.js move os3/ to orcinus/ 2023-04-12 08:08:11 -04:00
jquery-3.6.4.min.js Updates for the day 2023-04-12 19:08:00 -04:00
search.js Remove need for 'jw_depth' value 2023-06-21 15:07:57 -04:00
template.offline.js Add 'online' value for Mustache template 2023-06-22 09:57:33 -04:00
typeahead.bundle.min.js Updates for the day 2023-04-12 19:08:00 -04:00