Index: gm/rebaseline_server/static/constants.js |
diff --git a/gm/rebaseline_server/static/constants.js b/gm/rebaseline_server/static/constants.js |
index 7db245daf0178ff7cba855161c0bc0a0d7e5bb6b..55751d1e21cf3726351df8a95b8d0dd9d4a89c75 100644 |
--- a/gm/rebaseline_server/static/constants.js |
+++ b/gm/rebaseline_server/static/constants.js |
@@ -73,6 +73,11 @@ 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', |