diff options
author | friendica <info@friendica.com> | 2015-03-04 20:14:47 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-04 20:14:47 -0800 |
commit | 068699ae31190c1c8c839bf4d49e1eab56ddc124 (patch) | |
tree | 750c88166c5ccf9a4aa4be1885c6b94ab7083997 /view/tpl/jot.tpl | |
parent | 2ea162136e8ab68ca0ad854a4225471ffd35a5a8 (diff) | |
download | volse-hubzilla-068699ae31190c1c8c839bf4d49e1eab56ddc124.tar.gz volse-hubzilla-068699ae31190c1c8c839bf4d49e1eab56ddc124.tar.bz2 volse-hubzilla-068699ae31190c1c8c839bf4d49e1eab56ddc124.zip |
missed removing a test case
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 d65f373dc..4fe48d4e5 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -46,7 +46,7 @@ <button id="wall-file-upload" class="btn btn-default btn-sm" title="{{$attach}}" > <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('#profile-jot-text'); return false;"> + <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> </button> <button id="profile-video-wrapper" class="btn btn-default btn-sm" title="{{$video}}" onclick="jotVideoURL();return false;"> |