- πΊπΈUnited States cYu
If anyone finds their way here after Drupal 7.93 and their links aren't working, the module default of "javascript: void(0);" isn't one of the special cases added and still won't work, but changing your config setting to "javascript:void(0);" by removing the space before void or using any of the following will work.
From: https://git.drupalcode.org/project/drupal/-/commit/9a82e00
$special_case_js_paths = array( 'javascript:void()', 'javascript:void();', 'javascript:void(0)', 'javascript:void(0);', 'JavaScript:Void(0)' );
- π¨π¦Canada joseph.olstad
upgrade the jquery_update module and any modules that use jquery_ui
- π¨π¦Canada joseph.olstad
Chrome version 111.x
and
Firefox version 111.xrecently introduced another break in functionality. It's fixed by upgrading jquery_update to the latest release and core to 7.95+ and possibly other modules might need upgrades.
- Status changed to Active
over 1 year ago 7:57pm 24 March 2023 - π¨π¦Canada joseph.olstad
Review suggestions to upgrade jquery_update and core.