js/main.js
author Markus Broeker<broeker.markus@googlemail.com>
Sun, 14 Feb 2016 14:23:30 +0100
changeset 34 72f40bc83dbf
parent 7 3ed6f90e97d9
child 43 682bd6e707ef
permissions -rw-r--r--
Ignoriere den Test Ordner

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

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