View | Details | Raw Unified | Return to bug 35304
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt (-1 / +6 lines)
Lines 91-98 Link Here
91
91
92
[% MACRO jsinclude BLOCK %]
92
[% MACRO jsinclude BLOCK %]
93
    [% Asset.js("js/admin-menu.js") | $raw %]
93
    [% Asset.js("js/admin-menu.js") | $raw %]
94
    [% Asset.js( "lib/sortable/Sortable.min.js" ) | $raw %]
94
    <script>
95
    <script>
95
        $(document).ready(function() {
96
        $(document).ready(function() {
97
            $( ".pluginlist" ).each( (i, e) => {
98
                Sortable.create(e, {
99
                    animation: 150
100
                });
101
            });
96
            $( ".plugin" ).addClass( "ui-widget ui-widget-content ui-helper-clearfix ui-corner-all" )
102
            $( ".plugin" ).addClass( "ui-widget ui-widget-content ui-helper-clearfix ui-corner-all" )
97
                .find( ".pluginname" )
103
                .find( ".pluginname" )
98
                        .addClass( "ui-widget-header ui-corner-all" )
104
                        .addClass( "ui-widget-header ui-corner-all" )
99
- 

Return to bug 35304