This module uses the jquery method load() to handle the load event in css_editor.js. This method was deprecated, and causes Javascript to crash when used with jQuery 3, which is now the default for Backdrop.
The use of the event handler load(function(){}) should be converted to on('load', function(){})
This module uses the jquery method load() to handle the load event in
css_editor.js
. This method was deprecated, and causes Javascript to crash when used with jQuery 3, which is now the default for Backdrop.The use of the event handler
load(function(){})
should be converted toon('load', function(){})