remove obsolete jotVideoURL() and jotAudioURL()
This commit is contained in:
parent
09861abab7
commit
b788b38edf
@ -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() {
|
function jotGetLocation() {
|
||||||
reply = prompt("{{$whereareu}}", $('#jot-location').val());
|
reply = prompt("{{$whereareu}}", $('#jot-location').val());
|
||||||
if(reply && reply.length) {
|
if(reply && reply.length) {
|
||||||
|
Reference in New Issue
Block a user