aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-10-03 18:24:26 +0000
committerMario <mario@mariovavti.com>2021-10-03 18:24:26 +0000
commitab5b82221c172ba5ef99bbeb2b00a8d696cc7a95 (patch)
tree5e994306aeac118f8bed6fc3a5df5c9b38940cd2 /view/tpl
parent5c3b89a68b045b7251c0600411fe5e81f41af594 (diff)
downloadvolse-hubzilla-ab5b82221c172ba5ef99bbeb2b00a8d696cc7a95.tar.gz
volse-hubzilla-ab5b82221c172ba5ef99bbeb2b00a8d696cc7a95.tar.bz2
volse-hubzilla-ab5b82221c172ba5ef99bbeb2b00a8d696cc7a95.zip
update certs
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/locmanage.tpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl
index b4d986a1c..70426dd3e 100644
--- a/view/tpl/locmanage.tpl
+++ b/view/tpl/locmanage.tpl
@@ -1,13 +1,5 @@
<div class="generic-content-wrapper">
<div class="section-title-wrapper">
- <script>
- function primehub(id) {
- $.post(baseurl + '/locs','primary='+id,function(data) { window.location.href=window.location.href; });
- }
- function drophub(id) {
- $.post(baseurl + '/locs','drop='+id,function(data) { window.location.href=window.location.href; });
- }
- </script>
<button class="btn btn-success btn-sm float-end" onclick="window.location.href='/locs/f=&sync=1'; return false;"><i class="fa fa-refresh"></i>&nbsp;{{$sync}}</button>
<h2>{{$header}}</h2>
</div>
@@ -43,3 +35,11 @@
</table>
</div>
</div>
+<script>
+ function primehub(id) {
+ $.post(baseurl + '/locs','primary='+id,function(data) { window.location.href=window.location.href; });
+ }
+ function drophub(id) {
+ $.post(baseurl + '/locs','drop='+id,function(data) { window.location.href=window.location.href; });
+ }
+</script>