Adding comments to change versions in sync
Этот коммит содержится в:
@@ -17,6 +17,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
// Also change web/react/stores/browser_store.jsx BROWSER_STORE_VERSION
|
||||||
ETAG_ROOT_VERSION = "11"
|
ETAG_ROOT_VERSION = "11"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
// See License.txt for license information.
|
// See License.txt for license information.
|
||||||
|
|
||||||
var UserStore = require('../stores/user_store.jsx');
|
var UserStore = require('../stores/user_store.jsx');
|
||||||
|
|
||||||
|
// Also change model/utils.go ETAG_ROOT_VERSION
|
||||||
var BROWSER_STORE_VERSION = '.1';
|
var BROWSER_STORE_VERSION = '.1';
|
||||||
|
|
||||||
module.exports.initalize = function() {
|
module.exports.initalize = function() {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user