summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/blogs/PageView.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-09-03 19:29:08 +0200
committerJules Laplace <julescarbon@gmail.com>2019-09-03 19:29:08 +0200
commit4ed316ba420c5a07338f783c942dce800f14476f (patch)
treee962352207706b0101700b59880c8195f5680059 /StoneIsland/platforms/ios/www/js/lib/blogs/PageView.js
parent589c423f3d2d4d65347fbd074b71cc067541c477 (diff)
rebuild app
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/blogs/PageView.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/lib/blogs/PageView.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/blogs/PageView.js b/StoneIsland/platforms/ios/www/js/lib/blogs/PageView.js
index ae18091a..9a7b4962 100755
--- a/StoneIsland/platforms/ios/www/js/lib/blogs/PageView.js
+++ b/StoneIsland/platforms/ios/www/js/lib/blogs/PageView.js
@@ -9,7 +9,7 @@ var PageView = ScrollableView.extend({
this.setElement("#" + opt.page)
this.$content = this.$(".content")
this.$loader = this.$(".loader")
- this.scroller = new IScroll('#' + this.page, app.iscroll_options)
+ this.scroller = ScrollFactory('#' + this.page, app.iscroll_options)
},
show: function(){
@@ -26,7 +26,7 @@ var PageView = ScrollableView.extend({
href = href.substr(1, href.length-2)
$(this).attr("href", href)
}
- console.log(href)
+ // console.log(href)
$(this).attr("target", "_system")
})
},