remove obsolete jotVideoURL() and jotAudioURL()

This commit is contained in:
redmatrix 2016-04-11 21:40:03 -07:00
parent 09861abab7
commit b788b38edf

View File

@ -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) {