Skip to content
Snippets Groups Projects
Commit b5637aea authored by Oliver Hader's avatar Oliver Hader Committed by Frank Nägler
Browse files

[TASK] Reduce inline JavaScript in QueryView

This change aims to reduce the amount of inline JavaScript by
moving these parts to dedicated static JavaScript modules or
using native HTML functionality instead of location.href.

* unused properties in QueryView have been removed
* onclick event on a submit button does not have any effect
  since the onsubmit event is handled first - corresponding
  code has been removed as well

Resolves: #91111
Releases: master
Change-Id: I51263b5cd71109d9a28d4edf3cb0b95097aab6b6
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64230


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarJosef Glatz <josefglatz@gmail.com>
Tested-by: default avatarFrank Nägler <frank.naegler@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarJosef Glatz <josefglatz@gmail.com>
Reviewed-by: default avatarFrank Nägler <frank.naegler@typo3.org>
parent d57e9fb1
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment