Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ckeditor & Select2 plugin #1

Open
chackohead opened this issue Mar 10, 2015 · 0 comments
Open

Ckeditor & Select2 plugin #1

chackohead opened this issue Mar 10, 2015 · 0 comments

Comments

@chackohead
Copy link

When I use the event editor, the ckeditor doesn't seem to pull in...I get 404 errors on these items:
404 Not Found
http://xxx.com/xxx/requirements/ckeditor/plugins/media/plugin.js?t=EAPE"
http://xxx.com/xxx/requirements/ckeditor/plugins/gmap/plugin.js?t=EAPE"
uncaught exception: [CKEDITOR.resourceManager.load] Resource name "media" was not found at "http://xxx.com/xxx/requirements/ckeditor/plugins/media/plugin.js?t=EAPE".

Also it appears to be giving 404 errors on the css and js from this ivaynberg git as well
http://ivaynberg.github.io/select2/select2-3.4.3/select2.css?ts=2013-09-17T19%3A01%3A19-07%3A00
http://ivaynberg.github.io/select2/select2-3.4.3/select2.js?ts=2013-09-17T19%3A01%3A19-07%3A00

TypeError: $(...).select2 is not a function

I went ahead and replaced these lines in my code with the cdns from his site and suggest you update core code to do the same -
link href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0-rc.1/css/select2.min.css"
script src="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0-rc.1/js/select2.min.js"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant