diff options
author | friendica <info@friendica.com> | 2014-11-18 00:24:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-18 00:24:32 -0800 |
commit | 1d96e165e00ed54df0573bda79c2a274f21aeb16 (patch) | |
tree | 117a8d9336320e1944dca216032b225c65a1c9a0 /view/tpl/jot.tpl | |
parent | db3015e34ed3827e68d8debc70321ed6df5dc699 (diff) | |
download | volse-hubzilla-1d96e165e00ed54df0573bda79c2a274f21aeb16.tar.gz volse-hubzilla-1d96e165e00ed54df0573bda79c2a274f21aeb16.tar.bz2 volse-hubzilla-1d96e165e00ed54df0573bda79c2a274f21aeb16.zip |
undo disabled submit buttons now that ACL is initialised when page loaded
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index c77d49a74..f172a6dfa 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -76,7 +76,7 @@ </div> <div id="profile-jot-submit-right" class="btn-group pull-right"> {{if $showacl}} - <button id="dbtn-acl" class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" disabled="disabled" onclick="return false;"> + <button id="dbtn-acl" class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" onclick="return false;"> <i id="jot-perms-icon" class="icon-{{$lockstate}} jot-icons">{{$bang}}</i> </button> {{/if}} @@ -85,7 +85,7 @@ <i class="icon-eye-open jot-icons" ></i> </button> {{/if}} - <button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" name="button-submit"{{if $showacl}} disabled="disabled"{{/if}}>{{$share}}</button> + <button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" name="button-submit" >{{$share}}</button> </div> <div id="profile-jot-perms-end"></div> <div id="profile-jot-plugin-wrapper"> |