diff options
author | RedMatrix <info@friendica.com> | 2014-11-06 06:48:06 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-11-06 06:48:06 +1100 |
commit | 9c9c18b4a600107241ade2a1aa6b12aa5b74e548 (patch) | |
tree | 08f3599fa2e541039bd418b61c856be1fcb225c5 /view/tpl | |
parent | b16ee29cc338236264e62cf40248f54a1f785dbd (diff) | |
parent | 1a445a17d8cc7c2877fe331c659abbefbc4164ad (diff) | |
download | volse-hubzilla-9c9c18b4a600107241ade2a1aa6b12aa5b74e548.tar.gz volse-hubzilla-9c9c18b4a600107241ade2a1aa6b12aa5b74e548.tar.bz2 volse-hubzilla-9c9c18b4a600107241ade2a1aa6b12aa5b74e548.zip |
Merge pull request #674 from pafcu/master
Fix duplicate element id
Diffstat (limited to 'view/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> |