aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/locmanage.tpl
diff options
context:
space:
mode:
authorHabeas Codice <habeascodice@federated.social>2015-01-21 21:27:07 -0800
committerHabeas Codice <habeascodice@federated.social>2015-01-21 21:27:07 -0800
commitc05f0ec40784a17de2e675c4d684d3a0c54228b0 (patch)
treefdab07506568d57c9abbac72511c5c04ea46f2fd /view/tpl/locmanage.tpl
parent6d291d880e14c0489277fd670f235bdb60bcfcd5 (diff)
parent7d0e0366b946093f81e1ea4e358697fe5a22be64 (diff)
downloadvolse-hubzilla-c05f0ec40784a17de2e675c4d684d3a0c54228b0.tar.gz
volse-hubzilla-c05f0ec40784a17de2e675c4d684d3a0c54228b0.tar.bz2
volse-hubzilla-c05f0ec40784a17de2e675c4d684d3a0c54228b0.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/tpl/locmanage.tpl')
-rw-r--r--view/tpl/locmanage.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl
index 5a25850a1..d1bb00543 100644
--- a/view/tpl/locmanage.tpl
+++ b/view/tpl/locmanage.tpl
@@ -2,10 +2,10 @@
<script>
function primehub(id) {
- $.post('locs','primary='+id,function(data) { window.location.href=window.location.href; });
+ $.post(baseurl + '/locs','primary='+id,function(data) { window.location.href=window.location.href; });
}
function drophub(id) {
- $.post('locs','drop='+id,function(data) { window.location.href=window.location.href; });
+ $.post(baseurl + '/locs','drop='+id,function(data) { window.location.href=window.location.href; });
}
</script>
@@ -17,7 +17,7 @@ function drophub(id) {
{{$hub.hubloc_url}} ({{$hub.hubloc_addr}}){{if $hub.deleted}}</strike>{{/if}}</td>
<td>
-{{if $hub.primary}}<i class="icon-check"></i>{{else}}<button class="btn btn-std"><i class="icon-check-empty" onclick="primehub({{$hub.hubloc_id}}); return false;" ></i></button>{{/if}}
+{{if $hub.primary}}<i class="icon-check"></i>{{else}}<button class="btn btn-std" onclick="primehub({{$hub.hubloc_id}}); return false;" ><i class="icon-check-empty" ></i></button>{{/if}}
</td>
<td>{{if $hub.primary}}{{else}}{{if ! $hub.deleted}}<button class="btn btn-std" onclick="drophub({{$hub.hubloc_id}}); return false;"><i class="icon-remove"></i></button>{{/if}}{{/if}}</td>
</tr>