Browse Source

[Backend] Distributions : correctif init dropdown

feature/souke
Guillaume Bourgeois 1 year ago
parent
commit
120e15a0d9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/web/js/vuejs/distribution-index.js

+ 1
- 1
backend/web/js/vuejs/distribution-index.js View File

@@ -238,7 +238,7 @@ var app = new Vue({
app.updateOrderFromUrl();
}

setTimeout("opendistrib_popover();", 500);
setTimeout("opendistrib_popover(); opendistrib_dropdown_tooltip();", 500);

var highlightStyle = {
color: 'orange',

Loading…
Cancel
Save