diff options
author | redmatrix <git@macgirvin.com> | 2016-04-11 21:40:03 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-11 21:40:03 -0700 |
commit | b788b38edf1dfa8fb740ca042e9a4337ebd51fa1 (patch) | |
tree | 23b746fe429a1a95de6ac2498b883b7300a6b5c1 /view | |
parent | 09861abab7ba79f50801623f6dfc9d3278c40942 (diff) | |
download | volse-hubzilla-b788b38edf1dfa8fb740ca042e9a4337ebd51fa1.tar.gz volse-hubzilla-b788b38edf1dfa8fb740ca042e9a4337ebd51fa1.tar.bz2 volse-hubzilla-b788b38edf1dfa8fb740ca042e9a4337ebd51fa1.zip |
remove obsolete jotVideoURL() and jotAudioURL()
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/jot-header.tpl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 769923a51..b8618ab69 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -218,20 +218,6 @@ function enableOnUser(){ } } - function jotVideoURL() { - reply = prompt("{{$vidurl}}"); - if(reply && reply.length) { - addeditortext('[video]' + reply + '[/video]'); - } - } - - function jotAudioURL() { - reply = prompt("{{$audurl}}"); - if(reply && reply.length) { - addeditortext('[audio]' + reply + '[/audio]'); - } - } - function jotGetLocation() { reply = prompt("{{$whereareu}}", $('#jot-location').val()); if(reply && reply.length) { |