X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost-mobile%2Fjs%2Ftheme.js;h=571720e7c4154fbfa97a1137cd2cf765932ee377;hb=574631c17a3e8289e363d74e69f70140ad035000;hp=826fca316089bbdf9bcdebbcdf7caa6899ca37a5;hpb=d817117f6e43ad2ce6957798681f6e4133433f52;p=friendica.git diff --git a/view/theme/frost-mobile/js/theme.js b/view/theme/frost-mobile/js/theme.js index 826fca3160..571720e7c4 100644 --- a/view/theme/frost-mobile/js/theme.js +++ b/view/theme/frost-mobile/js/theme.js @@ -49,7 +49,7 @@ $j(document).ready(function() { } } - if(typeof acl=="undefined"){ + if(typeof window.aclInit !="undefined" && typeof acl=="undefined"){ acl = new ACL( baseurl+"/acl", [ window.allowCID,window.allowGID,window.denyCID,window.denyGID ] @@ -544,6 +544,15 @@ function showHideComments(id) { } } +/*function showHideCommentBox(id) { + if( $j('#comment-edit-form-' + id).is(':visible')) { + $j('#comment-edit-form-' + id).hide(); + } + else { + $j('#comment-edit-form-' + id).show(); + } +}*/ + /*function deleteCheckedItems() { var checkedstr = '';