js/main.js
author Markus Broeker<broeker.markus@googlemail.com>
Sun, 14 Feb 2016 16:49:42 +0100
changeset 41 08414729c5b4
parent 7 3ed6f90e97d9
child 43 682bd6e707ef
permissions -rw-r--r--
Formulare umgestylt

function route(url) {
    window.location.href = url;
}

$(document).ready(function () {
    tinymce.init({selector: '.tiny-mce textarea'});
});