js/main.js
changeset 43 682bd6e707ef
parent 7 3ed6f90e97d9
--- 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