django-orderable icon indicating copy to clipboard operation
django-orderable copied to clipboard

upgrade jquery to match django

Open olymk2 opened this issue 6 years ago • 1 comments

This is using a very old version of jquery which is likely now vunerable, also django seems to have jquery 3.3 already so only jquery ui should be needed, any reason this is still at the old version ?

olymk2 avatar May 21 '19 09:05 olymk2

overriding in the admin area with this seems to work.

    class Media:
        OrderableAdmin.Media.js = ('//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js', )

olymk2 avatar May 21 '19 09:05 olymk2