diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-03 00:12:45 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-03 00:12:45 -0500 |
| commit | 46af04f4b25180fdb7ad928de13c6f7d1b109414 (patch) | |
| tree | f4c4b53c55161421979aeff82edec8082cf80548 /StoneIsland | |
| parent | f78a20cc8a132ce317bb5d3dd36a0f39d8650cb8 (diff) | |
development mode
Diffstat (limited to 'StoneIsland')
| -rw-r--r-- | StoneIsland/www/js/index.js | 2 | ||||
| -rw-r--r-- | StoneIsland/www/js/lib/blogs/BlogView.js | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 573ce720..32b97d4b 100644 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -3,7 +3,7 @@ var app = (function(){ app.init = function(){ - sdk.init({ env: "test" }) + sdk.init({ env: "development" }) app.bind() app.build() diff --git a/StoneIsland/www/js/lib/blogs/BlogView.js b/StoneIsland/www/js/lib/blogs/BlogView.js index ddfff9e6..327b5328 100644 --- a/StoneIsland/www/js/lib/blogs/BlogView.js +++ b/StoneIsland/www/js/lib/blogs/BlogView.js @@ -24,7 +24,6 @@ var BlogView = View.extend({ this.data = data = typeof data == "string" ? JSON.parse(data) : data app.archive.populate(data.archive) - this.loader.preloadImage(data.hub[0].image[0].uri, function(img){ app.hub.populate(data.hub) }) |
