You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: