diff --git a/js/main.js b/js/main.js --- a/js/main.js +++ b/js/main.js @@ -1,7 +1,3 @@ -function route(url) { - window.location.href = url; -} - -$(document).ready(function () { - tinymce.init({selector: '.tiny-mce textarea'}); -}); \ No newline at end of file +function route(url) { + window.location.href = url; +} \ No newline at end of file