diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-12-07 16:48:16 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-12-07 16:48:16 +0100 |
| commit | bf0d6b678d635a9839166a370a6ecc32ccb7b3b5 (patch) | |
| tree | 3c66834e856da8363cfd6a575d14def47a242a51 /StoneIsland/www/js/lib/blogs/BlogView.js | |
| parent | a2b1fa7df396cf0f43ffc392fdf6cea9ff3bfc1f (diff) | |
limited ed
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/BlogView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/blogs/BlogView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/blogs/BlogView.js b/StoneIsland/www/js/lib/blogs/BlogView.js index 5263bee5..a6711f3e 100755 --- a/StoneIsland/www/js/lib/blogs/BlogView.js +++ b/StoneIsland/www/js/lib/blogs/BlogView.js @@ -37,7 +37,7 @@ var BlogView = View.extend({ // sdk.env = 'test' - if (sdk.env === 'test') { + if (sdk.env === 'test' || sdk.env === 'development') { app.store = data.store[1] } else { |
