Skip to content

Markdown editor in vedit.pl uses deprecated JQuery function #166

Open
@PBoissier

Description

@PBoissier

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions