Merge pull request #895 from okriuchykhin/ok_SCI_1840

Add initialization of the selectpicker on experiments actions [SCI-1840]
This commit is contained in:
okriuchykhin 2017-11-30 10:56:07 +01:00 committed by GitHub
commit 7dfaab82bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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