From 9813582f5c9a9532b99eb5465eec3e200c761fbf Mon Sep 17 00:00:00 2001
From: DremOS Developing Team <connorrox60@gmail.com>
Date: Mon, 17 Dec 2018 11:38:15 -0600
Subject: [PATCH] Update index.html

---
 apps/tinymce/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/tinymce/index.html b/apps/tinymce/index.html
index 9f9f360..973f250 100644
--- a/apps/tinymce/index.html
+++ b/apps/tinymce/index.html
@@ -2,8 +2,8 @@
 <html>
 <head>
    <script src="js/tinymce/tinymce.min.js"></script>
-   <script src='https://cloud.tinymce.com/stable/tinymce.min.js'>   
-   <script>tinymce.init({ selector: #mytextarea });</script>
+   <script src="https://cloud.tinymce.com/stable/tinymce.min.js?apiKey=o7c60ysdhv64wk87kiyq0f21tr48t1fuy4kgwazskorzc68j"></script> 
+   <script>tinymce.init({ selector: 'textarea' });</script>
 </head>
 <body>
    <textarea id="mytextarea">Welcome!</textarea>