| | |
| | | selectOnBlur: true, |
| | | allowClear: true, |
| | | }).on('change', function(e) { |
| | | if (jQuery(".panel #Filter").length > 0) { |
| | | jQuery(".panel #Filter").trigger('click'); |
| | | if (jQuery("#pageForm .table #Filter").length > 0) { |
| | | jQuery("#pageForm .table #Filter").trigger('click'); |
| | | } |
| | | }); |
| | | /* TODO: find a better way! */ |
| | |
| | | success: function(data, textStatus, jqXHR) { |
| | | hideLoadIndicator(); |
| | | jQuery('#sidebar').html(jqXHR.responseText); |
| | | loadPushyMenu(); |
| | | }, |
| | | error: function() { |
| | | hideLoadIndicator(); |
| | |
| | | success: function(data, textStatus, jqXHR) { |
| | | hideLoadIndicator(); |
| | | jQuery('#topnav-container').html(jqXHR.responseText); |
| | | loadPushyMenu(); |
| | | }, |
| | | error: function(o) { |
| | | hideLoadIndicator(); |