diff options
author | Mario <mario@mariovavti.com> | 2021-07-27 07:07:53 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-07-27 07:07:53 +0000 |
commit | b19213b60be709c8e4b72f5e4b840f00c6c32a05 (patch) | |
tree | 4f700101a9b7e9dafc1bbd30ea7bd3f5bc5e8389 /view/js/mod_photos.js | |
parent | d8ac25c35a3183b173f5dc29c25b08ed7b51a875 (diff) | |
parent | 3c5b18913fcaa19373e122eb9b70fd9f2c4881b4 (diff) | |
download | volse-hubzilla-b19213b60be709c8e4b72f5e4b840f00c6c32a05.tar.gz volse-hubzilla-b19213b60be709c8e4b72f5e4b840f00c6c32a05.tar.bz2 volse-hubzilla-b19213b60be709c8e4b72f5e4b840f00c6c32a05.zip |
Merge branch 'dev'
Diffstat (limited to 'view/js/mod_photos.js')
-rw-r--r-- | view/js/mod_photos.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js index 41b8ed560..1ce410a1b 100644 --- a/view/js/mod_photos.js +++ b/view/js/mod_photos.js @@ -8,24 +8,11 @@ $(document).ready(function() { UploadInit(); } - //$("#photo-edit-newtag").contact_autocomplete(baseurl + '/acl', 'a', false, function(data) { - //$("#photo-edit-newtag").val('@' + data.name); - //}); - $(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl?f=&n=1"); $('textarea').editor_autocomplete(baseurl+"/acl"); $('textarea').bbco_autocomplete('bbcode'); - showHideBodyTextarea(); - }); -function showHideBodyTextarea() { - if( $('#id_visible').is(':checked')) - $('#body-textarea').slideDown(); - else - $('#body-textarea').slideUp(); -} - // initialize function UploadInit() { |