summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/assets/www/js/lib/blogs/PageView.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-10-14 15:56:59 +0200
committerJules Laplace <julescarbon@gmail.com>2019-10-14 15:56:59 +0200
commit9285c7303d8bca4e8b443b002fcbf5cf32c6bafe (patch)
tree7a96131925f2aa2aa928ce0be7086d3bb2ff7349 /StoneIsland/platforms/android/assets/www/js/lib/blogs/PageView.js
parentd7b03a1e7fe2ee3d72b8e353f88750fe4dfa3ca7 (diff)
bump
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/js/lib/blogs/PageView.js')
-rwxr-xr-xStoneIsland/platforms/android/assets/www/js/lib/blogs/PageView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/platforms/android/assets/www/js/lib/blogs/PageView.js b/StoneIsland/platforms/android/assets/www/js/lib/blogs/PageView.js
index fae4cff2..9a7b4962 100755
--- a/StoneIsland/platforms/android/assets/www/js/lib/blogs/PageView.js
+++ b/StoneIsland/platforms/android/assets/www/js/lib/blogs/PageView.js
@@ -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")
})
},