From b788b38edf1dfa8fb740ca042e9a4337ebd51fa1 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 11 Apr 2016 21:40:03 -0700 Subject: remove obsolete jotVideoURL() and jotAudioURL() --- view/tpl/jot-header.tpl | 14 -------------- 1 file changed, 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) { -- cgit v1.2.3