Projet

Général

Profil

0001-manager-load-jquery-first-49872.patch

Frédéric Péters, 26 janvier 2021 21:22

Télécharger (967 octets)

Voir les différences:

Subject: [PATCH] manager: load jquery first (#49872)

 src/authentic2/manager/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2/manager/views.py
72 72
    '''Expose needed CSS and JS files as a media object'''
73 73
    class Media:
74 74
        js = (
75
            reverse_lazy('a2-manager-javascript-catalog'),
76 75
            xstatic('jquery.js', 'jquery.min.js'),
76
            reverse_lazy('a2-manager-javascript-catalog'),
77 77
            xstatic('jquery-ui.js', 'jquery-ui.min.js'),
78 78
            'js/gadjo.js',
79 79
            'jquery/js/jquery.form.js',
80
-