diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-09 10:17:57 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-09 10:17:57 +0100 |
commit | 39d56fd08f3ee2efc3d5eeddb75025034ee5e2c7 (patch) | |
tree | ccc4843c8bdb15fb97bae8111aa9b66b7c93d6c1 /view/tpl/acl_selector.tpl | |
parent | 8e3a02627629d29c3552f8332de1ab32b9c99ffe (diff) | |
download | volse-hubzilla-39d56fd08f3ee2efc3d5eeddb75025034ee5e2c7.tar.gz volse-hubzilla-39d56fd08f3ee2efc3d5eeddb75025034ee5e2c7.tar.bz2 volse-hubzilla-39d56fd08f3ee2efc3d5eeddb75025034ee5e2c7.zip |
initial commit for the bootstrap version 4 branch - upgrade lib and make nav.tpl kind of working again
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rwxr-xr-x | view/tpl/acl_selector.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index c23840c16..946ab7cdb 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -54,7 +54,8 @@ </div><!-- /.modal --> </form> <script> - $('[data-toggle="popover"]').popover(); // Init the popover, if present + // compatibility issue with bootstrap v4 + //$('[data-toggle="popover"]').popover(); // Init the popover, if present if(typeof acl=="undefined"){ acl = new ACL( |