Sunday, August 28, 2016

adelle

function adelle(string) {

var type = string.split("<type>")[0]

if (type === "image") {addim(string.split("<type>")[1])}
if (type === "tekst") {addtekst(string.split("<type>")[1])}