diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-11 11:39:16 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-11 11:39:16 -0400 |
| commit | 3a628945ade35f3ba351ba90e271608520753174 (patch) | |
| tree | 05c496db4cf11aec1e334336858bf3fafff0c9e0 /app/assets/javascripts/admin | |
| parent | ffcc44d1a73ae1191e835fa625f2f8a7e3e25bda (diff) | |
| download | thoughts-3a628945ade35f3ba351ba90e271608520753174.tar.gz thoughts-3a628945ade35f3ba351ba90e271608520753174.tar.bz2 thoughts-3a628945ade35f3ba351ba90e271608520753174.zip | |
Removed ckeditor
Diffstat (limited to 'app/assets/javascripts/admin')
| -rw-r--r-- | app/assets/javascripts/admin/init_ckeditor.coffee | 6 |
1 files changed, 0 insertions, 6 deletions
| diff --git a/app/assets/javascripts/admin/init_ckeditor.coffee b/app/assets/javascripts/admin/init_ckeditor.coffee deleted file mode 100644 index 5f653af..0000000 --- a/app/assets/javascripts/admin/init_ckeditor.coffee +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | ready = -> | ||
| 2 | $('.ckeditor').each -> | ||
| 3 | CKEDITOR.replace $(this).attr('id') | ||
| 4 | |||
| 5 | $(document).ready(ready) | ||
| 6 | $(document).on('page:load', ready) | ||
