Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
6:b6263ac72052 | 7:ca66189c7c44 |
---|---|
162 ), | 162 ), |
163 'markitup': ( | 163 'markitup': ( |
164 'js/markitup/jquery.markitup.pack.js', | 164 'js/markitup/jquery.markitup.pack.js', |
165 'js/markitup/sets/markdown/set.js', | 165 'js/markitup/sets/markdown/set.js', |
166 ), | 166 ), |
167 'tiny_mce': ( | |
168 'js/tiny_mce/tiny_mce.js', | |
169 'js/tiny_mce_init_std.js', | |
170 ), | |
167 } | 171 } |
168 GPP_THIRD_PARTY_CSS = { | 172 GPP_THIRD_PARTY_CSS = { |
169 'jquery-ui': ( | 173 'jquery-ui': ( |
170 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/redmond/jquery-ui.css', | 174 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/redmond/jquery-ui.css', |
171 ), | 175 ), |