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:
@@ -13,7 +13,7 @@ html lang=en
|
||||
= javascript
|
||||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
document.querySelectorAll('.cron').forEach(function(el) {
|
||||
el.innerHTML = prettyCron.toString(el.innerHTML)
|
||||
el.innerHTML = prettyCron.toString(el.innerHTML,true) // 6-field expressions
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user