aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot.tpl
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-12-09 15:22:53 +0100
committermarijus <mario@mariovavti.com>2014-12-09 15:22:53 +0100
commitcc365513edc0ea7829e44a7854a47f3fcf8a17d1 (patch)
treec6d2e6923054472ae97c064f1ccd2244fd82af3e /view/tpl/jot.tpl
parent242713ebef71e0e2b6b1666f7c2400b26772ba2d (diff)
downloadvolse-hubzilla-cc365513edc0ea7829e44a7854a47f3fcf8a17d1.tar.gz
volse-hubzilla-cc365513edc0ea7829e44a7854a47f3fcf8a17d1.tar.bz2
volse-hubzilla-cc365513edc0ea7829e44a7854a47f3fcf8a17d1.zip
adjustment to clear browser location button only if use browser location option is set
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-xview/tpl/jot.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index 8d6b5ff91..34acce879 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -60,7 +60,7 @@
<i id="profile-location" class="icon-globe jot-icons"></i>
</button>
{{if $noloc}}
- <button id="profile-nolocation-wrapper" class="btn btn-default btn-sm" style="display: none;" title="{{$noloc}}" onclick="jotClearLocation();return false;">
+ <button id="profile-nolocation-wrapper" class="btn btn-default btn-sm" title="{{$noloc}}" onclick="jotClearLocation();return false;" disabled="disabled">
<i id="profile-nolocation" class="icon-circle-blank jot-icons"></i>
</button>
{{/if}}