Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: f429eb2238b2645837ca73681ebd18b6812800aa https://github.com/phpmyadmin/phpmyadmin/commit/f429eb2238b2645837ca73681ebd... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-08-16 (Tue, 08 August 2022) -03:00
Changed paths: M js/src/export.js M templates/database/export/index.twig M templates/export.twig M templates/server/export/index.twig
Log Message: ----------- Refactor toggleQuickOrCustom function from export.js
Uses the d-none CSS class to hide the elements and removes the jQuery code.
This removes the flickering when the page loads since the elements are already hidden.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev