diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-10-30 17:45:06 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-10-30 17:45:06 -0400 |
| commit | 1f5a5bb6423ed9c93e06ee3d5069c9d8a9485d5f (patch) | |
| tree | 82abca5a744515e27d70a255ba64191896df2806 /StoneIsland/www/js/lib/blogs/BlogView.js | |
| parent | 9a3430bfd1d321e65845115078e2e55286e633ee (diff) | |
throttle hub loading for better perf
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 b7c80520..4192b693 100755 --- a/StoneIsland/www/js/lib/blogs/BlogView.js +++ b/StoneIsland/www/js/lib/blogs/BlogView.js @@ -10,7 +10,7 @@ var BlogView = View.extend({ $.ajax({ method: "GET", // url: sdk.env == 'test' ? '/db.json' : "https://stone.sup.land/db.json", - url: "https://stone.sup.land/db.json", + url: "http://stone.sup.land/db.json", success: function(data){ this.success(data) fn && fn() |
