addon repository relocated

This commit is contained in:
Friendika 2011-09-25 01:56:03 -07:00
commit 056921b1e8
124 changed files with 11673 additions and 1 deletions

6
oembed/oembed.js Normal file
View file

@ -0,0 +1,6 @@
function oembed(){
var reply = prompt("$oembed_message:");
if(reply && reply.length) {
tinyMCE.execCommand('mceInsertRawHTML',false, "[embed]"+reply+"[/embed]" );
}
}