js/main.js
author Markus Broeker<broeker.markus@googlemail.com>
Sun, 14 Feb 2016 14:26:01 +0100
changeset 35 e21fb19dc319
parent 7 3ed6f90e97d9
child 43 682bd6e707ef
permissions -rw-r--r--
Smarty Lizenz Datei hinzu gefügt

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

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