js/main.js
author Markus Bröker<broeker.markus@googlemail.com>
Sat, 12 Dec 2015 12:43:57 +0100
changeset 29 42432a207bd0
parent 7 3ed6f90e97d9
child 43 682bd6e707ef
permissions -rw-r--r--
NB-spezifische Ordner ignorieren

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

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