diff --git a/src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/config.jelly b/src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/config.jelly
index dc569d66..2072379a 100644
--- a/src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/config.jelly
+++ b/src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/config.jelly
@@ -102,9 +102,6 @@
-
+
diff --git a/src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/sauce-chosen-init.js b/src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/sauce-chosen-init.js
new file mode 100644
index 00000000..798657b7
--- /dev/null
+++ b/src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/sauce-chosen-init.js
@@ -0,0 +1,4 @@
+document.addEventListener('DOMContentLoaded', function() {
+ new Chosen(document.getElementById('webDriverBrowsers'));
+ new Chosen(document.getElementById('appiumBrowsers'));
+});