1
0
mirror of https://github.com/strongdm/comply synced 2025-12-06 06:14:09 +00:00

switch cron to 6-figure expressions. introduce hashes by tab.

This commit is contained in:
Justin McCarthy
2018-05-17 18:27:21 -07:00
parent 65c0a598ad
commit e04e5d7d89
4 changed files with 21 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ const websocketReloader = `<script>
ws.onclose = function(e) {
// reload!
if (connected) {
window.location=window.location
window.location.reload(true)
}
}
})()