Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 69efbbc82a0110a02c10bb0c4076976eec15b62f
https://github.com/phpmyadmin/phpmyadmin/commit/69efbbc82a0110a02c10bb0c407…
Author: Maurício Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2025-04-03 (Thu, 04 April 2025) -03:00
Changed paths:
M resources/js/global.d.ts
M resources/js/src/makegrid.ts
Log Message:
-----------
Remove .noSelect() jQuery plugin
It works as a polyfil for the user-select CSS property. Can be safely
replaced by the user-select-none class from Bootstrap.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)mfauth.net>
Commit: 7c28e8e5ba16670d9b2a60547e7334c7466da706
https://github.com/phpmyadmin/phpmyadmin/commit/7c28e8e5ba16670d9b2a60547e7…
Author: Maurício Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2025-04-03 (Thu, 04 April 2025) -03:00
Changed paths:
M resources/js/global.d.ts
M resources/js/src/makegrid.ts
Log Message:
-----------
Merge pull request #19660 from MauricioFauth/noSelect-jquery-plugin-removal
Remove .noSelect() jQuery plugin