diff --git a/admin/survey/script/jquery/jquery.selectbox-0.6.1/jquery.selectbox-0.6.1.js b/admin/survey/script/jquery/jquery.selectbox-0.6.1/jquery.selectbox-0.6.1.js index 29fe2b46e..5f5d0896b 100644 --- a/admin/survey/script/jquery/jquery.selectbox-0.6.1/jquery.selectbox-0.6.1.js +++ b/admin/survey/script/jquery/jquery.selectbox-0.6.1/jquery.selectbox-0.6.1.js @@ -12,6 +12,11 @@ * @author Krzysztof SuszyƄski **/ jQuery.fn.selectbox = function(options){ + + // Na mobitelu pustimo vedno default dropdowne + if ($('.mobile_header:visible').length != 0) + return; + /* Default settings */ var settings = { className: 'jquery-selectbox',