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/www/js/lib | |
| parent | f78a20cc8a132ce317bb5d3dd36a0f39d8650cb8 (diff) | |
development mode
Diffstat (limited to 'StoneIsland/www/js/lib')
| -rw-r--r-- | StoneIsland/www/js/lib/blogs/BlogView.js | 1 |
1 files changed, 0 insertions, 1 deletions
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) }) |
