Index: gm/rebaseline_server/static/constants.js |
diff --git a/gm/rebaseline_server/static/constants.js b/gm/rebaseline_server/static/constants.js |
index 55751d1e21cf3726351df8a95b8d0dd9d4a89c75..900bac59c4694d6c5a0422d3e3c7aafb41715e8d 100644 |
--- a/gm/rebaseline_server/static/constants.js |
+++ b/gm/rebaseline_server/static/constants.js |
@@ -73,13 +73,10 @@ module.constant('constants', (function() { |
KEY__EDITS__MODIFICATIONS: 'modifications', |
KEY__EDITS__OLD_RESULTS_HASH: 'oldResultsHash', |
KEY__EDITS__OLD_RESULTS_TYPE: 'oldResultsType', |
- URL_KEY__SCHEMA_VERSION: 'urlSchemaVersion', |
- URL_VALUE__SCHEMA_VERSION__CURRENT: 0, |
- // always interpret as then-current schema version; |
- // used for toplevel links on index page |
- URL_VALUE__SCHEMA_VERSION__ALWAYS_CURRENT: 'current', |
// These are just used on the client side, no need to sync with server code. |
KEY__IMAGEPAIRS__ROWSPAN: 'rowspan', |
+ URL_KEY__SCHEMA_VERSION: 'urlSchemaVersion', |
+ URL_VALUE__SCHEMA_VERSION__CURRENT: 0, |
} |
})()) |