diff options
| author | Steffen Ritter | 2019-12-17 14:47:58 +0100 | 
|---|---|---|
| committer | Steffen Ritter | 2019-12-17 14:47:58 +0100 | 
| commit | aa2c694cdbcbea347e6b23bf12ae9018219a5655 (patch) | |
| tree | c1ccac423e00c253390e495a8aa874770a7805a2 | |
| parent | Revert "[statistics] Make several filters by date actually work" (diff) | |
| download | slx-admin-v3.8.tar.gz slx-admin-v3.8.tar.xz slx-admin-v3.8.zip | |
Revert "[statistics] Fix for shitty firefox"v3.8
This reverts commit dfed8bf96c28d31e9d1f4d91ce81663b03c90c47.
Was not included in 3.8 release
| -rw-r--r-- | modules-available/statistics/templates/filterbox.html | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/modules-available/statistics/templates/filterbox.html b/modules-available/statistics/templates/filterbox.html index f71c918d..07aa7320 100644 --- a/modules-available/statistics/templates/filterbox.html +++ b/modules-available/statistics/templates/filterbox.html @@ -214,10 +214,6 @@ document.addEventListener("DOMContentLoaded", function () {  }, false); -window.addEventListener('unload', function() { -	filterSelectize.clear(); -}); -  function popupFilter(field) {  		if (field != null) {  			$('#columnSelect').val(field); | 
