diff options
author | friendica <info@friendica.com> | 2014-11-05 16:24:37 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-05 16:24:37 -0800 |
commit | 70b964d1c4f13937dc564e820c2802ec180444fb (patch) | |
tree | 389f833f527d08bf1ad92d308cc104110066cee0 /view/tpl/jot.tpl | |
parent | 3b22e2f5f508cb5e45ae426210e5ca9fe9115417 (diff) | |
parent | 9c9c18b4a600107241ade2a1aa6b12aa5b74e548 (diff) | |
download | volse-hubzilla-70b964d1c4f13937dc564e820c2802ec180444fb.tar.gz volse-hubzilla-70b964d1c4f13937dc564e820c2802ec180444fb.tar.bz2 volse-hubzilla-70b964d1c4f13937dc564e820c2802ec180444fb.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index be896adb5..12da18ef1 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -42,7 +42,7 @@ <i class="icon-camera jot-icons"></i> </button> <button id="wall-file-upload" class="btn btn-default btn-sm" title="{{$attach}}" > - <i id="wall-file-upload" class="icon-paper-clip jot-icons"></i> + <i id="wall-file-upload-icon" class="icon-paper-clip jot-icons"></i> </button> <button id="profile-link-wrapper" class="btn btn-default btn-sm" title="{{$weblink}}" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"> <i id="profile-link" class="icon-link jot-icons"></i> |