When clicking the token insert button in ckeditor the call also loads all kinds of files from the active theme. This should not happen. There should be a theme callback in the hook_menu to ajax_base_page_theme
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | token_insert-missing-theme-callback-2455649-7.patch | 559 bytes | Ken Zhang |
| #1 | token_insert-missing-theme-callback-2455649-1.patch | 599 bytes | fabianderijk |
Comments
Comment #1
fabianderijkI've just added the patch for this issue.
Comment #2
attiks commentedComment #3
fabianderijkComment #5
fabianderijkThis is now fixed in the 7.x-2.x-dev version
Comment #7
Ken Zhang commentedI've add a patch for token_insert_wysiwyg module.