Marius Cramer
2014-12-19 77cc4a99b15f4639b56c29a1207dc04b459c5d54
interface/web/js/scrigo.js.php
@@ -102,7 +102,8 @@
            }
       }
    });
    $('.chosen-select').chosen({no_results_text: "<?php echo $wb['globalsearch_noresults_text_txt']; ?>", width: '300px'});
    /* TODO: find a better way! */
    //$('.chosen-select').chosen({no_results_text: "<?php echo $wb['globalsearch_noresults_text_txt']; ?>", width: '300px'});
<?php
}
?>
@@ -418,7 +419,7 @@
                                 },
                                 success: function(data, textStatus, jqXHR) {
                                                hideLoadIndicator();
                                    jQuery('#sideNav').html(jqXHR.responseText);
                                    jQuery('#sidebar').html(jqXHR.responseText);
                                 },
                                 error: function() {
                                                hideLoadIndicator();
@@ -435,7 +436,7 @@
                                 },
                                 success: function(data, textStatus, jqXHR) {
                                                hideLoadIndicator();
                                    jQuery('#topNav').html(jqXHR.responseText);
                                    jQuery('#topnav-container').html(jqXHR.responseText);
                                 },
                                 error: function(o) {
                                                hideLoadIndicator();