Open
Description
Markdown editor is calling $.browser to get the current browser type. As a result, the editing toolbar no longer works..
However, since 2013 the $.browser function was deprecated (http://pupunzi.open-lab.com/2012/08/14/jquery-1-8-and-browser-detection/).
Adding the following import fixes the problem :
<script src=\"https://code.jquery.com/jquery-migrate-1.2.1.js\"></script>
@source :
https://stackoverflow.com/questions/14798403/typeerror-browser-is-undefined
Activity