| Index: gm/rebaseline_server/static/constants.js
|
| diff --git a/gm/rebaseline_server/static/constants.js b/gm/rebaseline_server/static/constants.js
|
| index aa4b63aa9ee484363af800f6e227bd938aa04075..a9601ece719dc95c4074662398a13de4ef7fc142 100644
|
| --- a/gm/rebaseline_server/static/constants.js
|
| +++ b/gm/rebaseline_server/static/constants.js
|
| @@ -31,6 +31,7 @@ module.constant('constants', (function() {
|
| KEY__IMAGEPAIRS__IMAGE_A_URL: 'imageAUrl',
|
| KEY__IMAGEPAIRS__IMAGE_B_URL: 'imageBUrl',
|
| KEY__IMAGEPAIRS__IS_DIFFERENT: 'isDifferent',
|
| + KEY__IMAGEPAIRS__SOURCE_JSON_FILE: 'sourceJsonFile',
|
|
|
| // NOTE: Keep these in sync with ../imagepairset.py
|
| KEY__ROOT__EXTRACOLUMNHEADERS: 'extraColumnHeaders',
|
| @@ -83,6 +84,9 @@ module.constant('constants', (function() {
|
| KEY__EDITS__MODIFICATIONS: 'modifications',
|
| KEY__EDITS__OLD_RESULTS_HASH: 'oldResultsHash',
|
| KEY__EDITS__OLD_RESULTS_TYPE: 'oldResultsType',
|
| + KEY__LIVE_EDITS__MODIFICATIONS: 'modifications',
|
| + KEY__LIVE_EDITS__SET_A_DESCRIPTIONS: 'setA',
|
| + KEY__LIVE_EDITS__SET_B_DESCRIPTIONS: 'setB',
|
|
|
| // These are just used on the client side, no need to sync with server code.
|
| KEY__IMAGEPAIRS__ROWSPAN: 'rowspan',
|
|
|