Uncommitted
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@
|
||||
|
||||
Setting `disableAnalytics` to true will prevent any data from being sent.
|
||||
*/
|
||||
"disableAnalytics": false
|
||||
"disableAnalytics": true
|
||||
}
|
||||
|
||||
@@ -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'
|
||||
]
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user