mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 15:14:33 +08:00
Merge pull request #895 from okriuchykhin/ok_SCI_1840
Add initialization of the selectpicker on experiments actions [SCI-1840]
This commit is contained in:
commit
7dfaab82bb
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
})
|
})
|
||||||
.on("ajax:complete", function(){
|
.on("ajax:complete", function(){
|
||||||
animateSpinner(null, false);
|
animateSpinner(null, false);
|
||||||
|
$(id).find('.selectpicker').selectpicker();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue