summaryrefslogtreecommitdiffstats
path: root/js/application.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/application.js')
-rw-r--r--js/application.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/application.js b/js/application.js
index fb9b7ec..173626a 100644
--- a/js/application.js
+++ b/js/application.js
@@ -2,7 +2,7 @@
$(function(){
$('.multiselect').multiSelect({});
- $('#ms-optgroup .ms-selectable').find('li.ms-elem-selectable').hide();
+ $('#ms-optgroup .ms-selectable, #ms-outsideCountries .ms-selectable').find('li.ms-elem-selectable').hide();
$('.ms-optgroup-label').click(function(){
if ($(this).hasClass('collapse')){
$(this).nextAll('li').hide();