diff options
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 aa9d1d39..a6ec75f2 100755 --- a/StoneIsland/www/js/lib/blogs/BlogView.js +++ b/StoneIsland/www/js/lib/blogs/BlogView.js @@ -59,8 +59,8 @@ var BlogView = View.extend({ if (sdk.env === 'test') { app.department_id = window.location.search.substr(1) || app.department_id console.log('using test department id', app.department_id) + app.department_id = 'TSTSZS' } - // app.department_id = 'TSTD' app.collection.loaded = false app.collection.fetch() } |
