Stop using application/x-javascript as a mime type and use the RFC-compliant application/javascript instead. Fixes #4261

This commit is contained in:
Dave Page
2019-05-15 09:44:57 +01:00
parent 020d9bb018
commit 4b421550d3
24 changed files with 33 additions and 32 deletions
+2 -1
View File
@@ -17,4 +17,5 @@ Bug fixes
| `Bug #4164 <https://redmine.postgresql.org/issues/4164>`_ - Fix file browser path issue which occurs when client is on Windows and server is on Mac/Linux.
| `Bug #4218 <https://redmine.postgresql.org/issues/4218>`_ - Properly assign dropdownParent in Select2 controls.
| `Bug #4219 <https://redmine.postgresql.org/issues/4219>`_ - Ensure popper.js is installed when needed.
| `Bug #4246 <https://redmine.postgresql.org/issues/4246>`_ - Fixed console error when subnode control is used in panels.
| `Bug #4246 <https://redmine.postgresql.org/issues/4246>`_ - Fixed console error when subnode control is used in panels.
| `Bug #4261 <https://redmine.postgresql.org/issues/4261>`_ - Stop using application/x-javascript as a mime type and use the RFC-compliant application/javascript instead.