notes/assets/js
Ben Goldhaber c8a8ce3314
Fix trailing comma bug in search-data.json
If you exclude the last page in the site.html_pages through exclude_true you end up violating the assumption in the for loop that the last page won't have a trailing comma. This breaks the json data that is served to the front end.

I removed the forloop.last check and instead assign a temporary variable to check for the first non-excluded page, and then add the comma before the next non-excluded entry.
2019-06-04 18:02:56 -07:00
..
vendor initial commit 2017-03-24 09:47:37 -04:00
just-the-docs.js Remove unnecessary console.log() 2019-03-15 08:20:21 +00:00
search-data.json Fix trailing comma bug in search-data.json 2019-06-04 18:02:56 -07:00