mcramer
2012-10-19 f2943791da28d6700b459b92ab4c657402013af8
interface/web/js/jquery.tipsy.js
@@ -278,7 +278,7 @@
                                            ")(?![^<>]*>)(?![^&;]+;)", "gi"
                                        ), "<strong>$1</strong>" )),
                                    value: text,
                                    class: (select.hasClass('flags') ? 'country-' + $(this).val() : $(this).attr('class')),
                                    class: (select.hasClass('flags') ? 'country-' + $(this).val().toUpperCase() : $(this).attr('class')),
                                    option: this
                                };
                        }) );