summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-04-19 11:03:09 -0400
committerJules Laplace <jules@okfoc.us>2017-04-19 11:03:09 -0400
commitc1bd61b6ad4b3d4d1cd2da81f6ec403565cc1f4b (patch)
treedcb274bd53a29a70acd221c2fdc867f4d3048e97
parent42c756603745460a565a8f3818d3ebb66a324fd9 (diff)
test
-rwxr-xr-xStoneIsland/www/js/lib/blogs/BlogView.js2
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()