aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/event_head.tpl
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2015-01-04 14:23:23 +0100
committerStefan Parviainen <saparvia@caterva.eu>2015-01-04 14:23:23 +0100
commit57809f20a4a3624bfb50bd5bc881fe81db26c02c (patch)
treeac7af255b8a85b244dd1d10bf5b2e8c26836babd /view/tpl/event_head.tpl
parent386f361855663b445d1497bbbabcf87891ce94d9 (diff)
parent9433a0ddc8926cc483521e97ae911d2eb82c91f6 (diff)
downloadvolse-hubzilla-57809f20a4a3624bfb50bd5bc881fe81db26c02c.tar.gz
volse-hubzilla-57809f20a4a3624bfb50bd5bc881fe81db26c02c.tar.bz2
volse-hubzilla-57809f20a4a3624bfb50bd5bc881fe81db26c02c.zip
Sorting of autocomplete
Diffstat (limited to 'view/tpl/event_head.tpl')
-rwxr-xr-xview/tpl/event_head.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl
index 03ea833f9..830347555 100755
--- a/view/tpl/event_head.tpl
+++ b/view/tpl/event_head.tpl
@@ -26,7 +26,7 @@
},
loading: function(isLoading, view) {
if(!isLoading) {
- $('td.fc-day').dblclick(function() { window.location.href='https://caterva.eu/events/new?start='+$(this).data('date'); });
+ $('td.fc-day').dblclick(function() { window.location.href='/events/new?start='+$(this).data('date'); });
}
},