diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-17 11:20:22 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-17 11:20:22 +0200 |
commit | 61e4ee753dd0e823c47a5cf2e485f7f69fb4d125 (patch) | |
tree | 59479f4c5baf7e57d7ff56e8b2f21462db6c25f5 /view/tpl/jot-header.tpl | |
parent | 10cc643f650b5ff0954ff988fbf768ea5e061571 (diff) | |
download | volse-hubzilla-61e4ee753dd0e823c47a5cf2e485f7f69fb4d125.tar.gz volse-hubzilla-61e4ee753dd0e823c47a5cf2e485f7f69fb4d125.tar.bz2 volse-hubzilla-61e4ee753dd0e823c47a5cf2e485f7f69fb4d125.zip |
allow jot to be displayed expanded, remove deprected datetimepicker js and some random fixes
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-x | view/tpl/jot-header.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index f9ce65a86..4121882b7 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -108,8 +108,6 @@ function enableOnUser(){ $("#profile-jot-text").focus(enableOnUser); $("#profile-jot-text").click(enableOnUser); - if($("#jot-attachment").val()) enableOnUser(); - var upload_title = $('#wall-image-upload').attr('title'); var attach_title = $('#wall-file-upload').attr('title'); try { |