- Open skins\common\yui\mindtouch\link_navigator.js
- Search for "Content-Type" so you find this section:
var contentType = o.getResponseHeader['Content-Type'] ? o.getResponseHeader['Content-Type'] : o.getResponseHeader['Content-type'];
- Change it to this:
var contentType = o.getResponseHeader['Content-Type'] || o.getResponseHeader['Content-type'] || o.getResponseHeader['content-type'];
Title
Getting MindTouch Deki Wiki working on Windows Server
This site is intended to read more like a series of instructions than a blog, so I would recommend using the Table of Contents on the right to navigate.
This site is intended to read more like a series of instructions than a blog, so I would recommend using the Table of Contents on the right to navigate.
Monday, March 18, 2019
Bug Fix for Inserting Images
I noticed when using Firefox 65 that trying to insert an image would cause the Browse tab to show the loading spinner indefinitely. I found the bug and fixed it.
Subscribe to:
Post Comments (Atom)
Hmm, this appears to work for Firefox but how do I fix it for Chrome?
ReplyDeleteThis solved similar problem when moving pages, thank you!
ReplyDeleteNow works both for FF and Chrome (latest versions as of today)
AWESOME!!! Thank you so much!!!
ReplyDeleteI'm bookmarking your blog (in our dekiwiki, of course), and we'll post anything useful we can add to this effort!
This little site, saved my Bacon. Thanks
ReplyDelete