Add initialization of the selectpicker on experiments actions [SCI-1840]

This commit is contained in:
Oleksii Kriuchykhin 2017-11-28 16:34:30 +01:00
parent e740e586e8
commit 6964ed2dbb

View file

@ -25,6 +25,7 @@
})
.on("ajax:complete", function(){
animateSpinner(null, false);
$(id).find('.selectpicker').selectpicker();
});
}