aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/event_head.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-24 14:15:28 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-24 14:15:28 +0100
commit987619130b99bf4548d5d31ac453cdf48c818eff (patch)
treec9a00e4dbea487a93725d539c04d78fa1cadd38f /view/tpl/event_head.tpl
parente485ecb3b453a50a1974992b5ccf5122e154a5dc (diff)
downloadvolse-hubzilla-987619130b99bf4548d5d31ac453cdf48c818eff.tar.gz
volse-hubzilla-987619130b99bf4548d5d31ac453cdf48c818eff.tar.bz2
volse-hubzilla-987619130b99bf4548d5d31ac453cdf48c818eff.zip
some event heavy lifting - please test and report issues
Diffstat (limited to 'view/tpl/event_head.tpl')
-rwxr-xr-xview/tpl/event_head.tpl13
1 files changed, 2 insertions, 11 deletions
diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl
index ae5f21234..0fc3da5bc 100755
--- a/view/tpl/event_head.tpl
+++ b/view/tpl/event_head.tpl
@@ -110,22 +110,13 @@
var view = $('#events-calendar').fullCalendar('getView');
$('#title').text(view.title);
-
-
- });
-</script>
-
-
-<script>
- $(document).ready(function() {
-
$('#id_share').change(function() {
if ($('#id_share').is(':checked')) {
- $('#event-permissions-button').show();
+ $('#dbtn-acl').show();
}
else {
- $('#event-permissions-button').hide();
+ $('#dbtn-acl').hide();
}
}).trigger('change');