mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-10 06:37:32 +08:00
Add initialization of the selectpicker on experiments actions [SCI-1840]
This commit is contained in:
parent
e740e586e8
commit
6964ed2dbb
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
})
|
||||
.on("ajax:complete", function(){
|
||||
animateSpinner(null, false);
|
||||
$(id).find('.selectpicker').selectpicker();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue