diff options
author | Friendika <info@friendika.com> | 2011-11-09 18:29:30 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-09 18:29:30 -0800 |
commit | e35f3f1ada264c03fe0c54e5ed0672c5a66ca001 (patch) | |
tree | 80b98f2c6b348b837167539b35a05fc016e01655 /view/theme/testbubble/jot.tpl | |
parent | a2018e2d145d0e8189abf3f6e2e75d571b35f029 (diff) | |
parent | 2b1e01185144ecc0ff5de457efcad5734dd932c8 (diff) | |
download | volse-hubzilla-e35f3f1ada264c03fe0c54e5ed0672c5a66ca001.tar.gz volse-hubzilla-e35f3f1ada264c03fe0c54e5ed0672c5a66ca001.tar.bz2 volse-hubzilla-e35f3f1ada264c03fe0c54e5ed0672c5a66ca001.zip |
Merge branch 'master' into contacts
Diffstat (limited to 'view/theme/testbubble/jot.tpl')
-rw-r--r-- | view/theme/testbubble/jot.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/theme/testbubble/jot.tpl b/view/theme/testbubble/jot.tpl index d60e8adc2..e0e864572 100644 --- a/view/theme/testbubble/jot.tpl +++ b/view/theme/testbubble/jot.tpl @@ -30,9 +30,6 @@ <div id="profile-link-wrapper" class="jot-tool" style="display: none;" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" > <a id="profile-link" class="icon border link" title="$weblink" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"></a> </div> - <div id="profile-youtube-wrapper" class="jot-tool" style="display: none;" > - <a id="profile-youtube" class="icon border youtube" title="$youtube" onclick="jotGetVideo(); return false;"></a> - </div> <div id="profile-video-wrapper" class="jot-tool" style="display: none;" > <a id="profile-video" class="icon border video" title="$video" onclick="jotVideoURL(); return false;"></a> </div> |