diff options
author | tobiasd <tobias.diekershoff@gmx.net> | 2011-10-16 23:08:45 -0700 |
---|---|---|
committer | tobiasd <tobias.diekershoff@gmx.net> | 2011-10-16 23:08:45 -0700 |
commit | 1df892ebbce59ac6293eacbe065ebc71826b4d85 (patch) | |
tree | 869370316c2d178ef67e74aaffa7363f315e12b8 /view/theme/dispy | |
parent | 5dcc10a5d9d2be79070716fbcaf5c054f7ed9efa (diff) | |
parent | 2650ba49c18c25f1f914f38983f38f4304a20587 (diff) | |
download | volse-hubzilla-1df892ebbce59ac6293eacbe065ebc71826b4d85.tar.gz volse-hubzilla-1df892ebbce59ac6293eacbe065ebc71826b4d85.tar.bz2 volse-hubzilla-1df892ebbce59ac6293eacbe065ebc71826b4d85.zip |
Merge pull request #29 from tobiasd/master
separate youtube button removed from dispy and quattro
Diffstat (limited to 'view/theme/dispy')
-rw-r--r-- | view/theme/dispy/jot.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/theme/dispy/jot.tpl b/view/theme/dispy/jot.tpl index f6bf91ffa..a2c883e4b 100644 --- a/view/theme/dispy/jot.tpl +++ b/view/theme/dispy/jot.tpl @@ -37,9 +37,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> |