diff gpp/settings.py @ 7:ca66189c7c44

Added tiny_mce to the GPP_THIRD_PARTY_JS setting. Updated code to use it.
author Brian Neal <bgneal@gmail.com>
date Sun, 12 Apr 2009 00:31:36 +0000
parents b6263ac72052
children cc8eb028def1
line wrap: on
line diff
--- a/gpp/settings.py	Sat Apr 11 22:50:56 2009 +0000
+++ b/gpp/settings.py	Sun Apr 12 00:31:36 2009 +0000
@@ -164,6 +164,10 @@
         'js/markitup/jquery.markitup.pack.js',
         'js/markitup/sets/markdown/set.js',
     ),
+    'tiny_mce': (
+        'js/tiny_mce/tiny_mce.js',
+        'js/tiny_mce_init_std.js',
+    ),
 }
 GPP_THIRD_PARTY_CSS = {
     'jquery-ui': (