diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-19 11:03:09 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-19 11:03:09 -0400 |
| commit | c1bd61b6ad4b3d4d1cd2da81f6ec403565cc1f4b (patch) | |
| tree | dcb274bd53a29a70acd221c2fdc867f4d3048e97 | |
| parent | 42c756603745460a565a8f3818d3ebb66a324fd9 (diff) | |
test
| -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 7cb15362..598a0241 100755 --- a/StoneIsland/www/js/lib/blogs/BlogView.js +++ b/StoneIsland/www/js/lib/blogs/BlogView.js @@ -64,7 +64,7 @@ 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 = 'TSTSZS' } app.collection.loaded = false app.collection.fetch() |
