Files @ 7135fd2db7c9
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

Mads Kiilerich
files: fix ignored navigation back to initial page

The popstate event for going back to the pageload page has no state and was
ignored. Instead, in that case, use a "fake" initial state based on template
values.
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh