js/main.js
author Markus Broeker<broeker.markus@googlemail.com>
Sun, 14 Feb 2016 21:40:29 +0100
changeset 37 f4fce35327ff
parent 7 3ed6f90e97d9
child 43 682bd6e707ef
permissions -rw-r--r--
Source Code formatiert

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

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