Uncommitted

This commit is contained in:
2018-12-16 07:43:47 -05:00
parent 74a03b8376
commit 04142b41fd
3 changed files with 18 additions and 7 deletions
+4 -3
View File
@@ -1,9 +1,10 @@
window.client_id ||= "client#{Math.round(Math.random()*10000)}"
state_names =
planned: 'Planned'
active: 'Active'
overdue: 'Overdue'
planned: 'Planned'
active: 'Active'
overdue: 'Overdue'
all_completed: 'Completed'
inquiry: 'Issue'
default_globals =
flash_message: ''
preload_resources_fulfilled: true