Targets are now read from CSV file on server #30

Merged
mattbk merged 2 commits from targets=-from-csv into master 2015-11-02 15:51:50 -06:00
3 changed files with 23 additions and 38 deletions
Showing only changes of commit 69cc135fe7 - Show all commits

View File

@ -12,37 +12,5 @@
"renoted" "renoted"
], ],
"baseURL": "/", "baseURL": "/",
"elementLocations": {
"notable": {
"topleft": {
"x": 724,
"y": 340
},
"bottomright": {
"x": 884,
"y": 456
}
},
"unnoted": {
"topleft": {
"x": 48,
"y": 180
},
"bottomright": {
"x": 900,
"y": 200
}
},
"renoted": {
"topleft": {
"x": 48,
"y": 180
},
"bottomright": {
"x": 900,
"y": 204
}
}
},
"debug": false "debug": false
} }