jbroadway / elefant

Elefant, the refreshingly simple PHP CMS and web framework.
http://www.elefantcms.com
MIT License
208 stars 39 forks source link

add new page problem #314

Closed evan70 closed 3 years ago

evan70 commented 3 years ago

DevTools failed to load SourceMap: Could not load content for https://cdn.jsdelivr.net/npm/emojionearea@3.4.1/dist/emojionearea.min.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

https://cdn.rawgit.com/yuku-t/jquery-textcomplete/v1.3.4/dist/jquery.textcomplete.js is 404

thank ya :)

jbroadway commented 3 years ago

Just fixed the source mp issue in master (210031191044182d8fb6166b7116193765826c26), but it doesn't look like there's a fix for the textcomplete error yet. I might just disable autocomplete, which stops EmojioneArea from trying to load the file.

Hoping to get an update out soon in any case, just testing a cool new multi-column page editing feature :)

jbroadway commented 3 years ago

Disabling EmojioneArea's autocomplete seems to fix it 66544ff7ee2c8d213738e4057ac01cebf5c33652.

evan70 commented 3 years ago

sounds Goood :) Thank ya JB