- 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:
Posts (Atom)