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
+1 -1
View File
@@ -5,5 +5,5 @@
Setting `disableAnalytics` to true will prevent any data from being sent.
*/
"disableAnalytics": false
"disableAnalytics": true
}
+13 -3
View File
@@ -3,10 +3,20 @@ module.exports = {
"test_page": "tests/index.html?hidepassed",
"disable_watching": true,
"launch_in_ci": [
"PhantomJS"
"Chrome"
],
"launch_in_dev": [
"PhantomJS",
"Chrome"
]
],
browser_args: {
Chrome: {
mode: 'ci',
args: [
'--disable-gpu',
'--headless',
'--remote-debugging-port=9222',
'--window-size=1440,900'
]
},
}
};
+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