aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/chanview.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-10-26 21:50:30 -0700
committerzotlabs <mike@macgirvin.com>2016-10-26 21:50:30 -0700
commitd46fe209865d4b45bb4a27ec70744ee50a178dc7 (patch)
tree21eaa79b6569b38a88c64bea1e8ef47c5e861fa3 /view/tpl/chanview.tpl
parentd42da529ece416a3d69d30eea7ded96731774a62 (diff)
downloadvolse-hubzilla-d46fe209865d4b45bb4a27ec70744ee50a178dc7.tar.gz
volse-hubzilla-d46fe209865d4b45bb4a27ec70744ee50a178dc7.tar.bz2
volse-hubzilla-d46fe209865d4b45bb4a27ec70744ee50a178dc7.zip
modernise chanview, which has a renewed purpose - to provide a connect link to foreign network members. The iframe no longer works due to content security policies, and people hated this with a passion anyway; so just provide a URL to visit.
Diffstat (limited to 'view/tpl/chanview.tpl')
-rwxr-xr-xview/tpl/chanview.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/chanview.tpl b/view/tpl/chanview.tpl
index d5f379f74..39fafaf8e 100755
--- a/view/tpl/chanview.tpl
+++ b/view/tpl/chanview.tpl
@@ -1,2 +1 @@
-<div id="chanview-iframe-border" class="fakelink" onclick="chanviewFull(); return true;" title="{{$full}}" ><i class="fa fa-arrows-alt"></i></div>
-<iframe id="remote-channel" width="100%" src="{{$url}}" onload="resize_iframe()"></iframe>
+<a href="{{$url}}">{{$url}}</a>