Skip to content
Snippets Groups Projects

Issue #3204015: Replace Toolbar BackboneJS usage with VanillaJS equivalent

Compare and
24 files
+ 2696
895
Compare changes
  • Side-by-side
  • Inline
Files
24
+ 1
1
@@ -563,7 +563,7 @@ window.Drupal = { behaviors: {}, locale: {} };
*/
Drupal.deprecationError = ({ message }) => {
if (
drupalSettings.suppressDeprecationErrors === false &&
//drupalSettings.suppressDeprecationErrors === false &&
typeof console !== 'undefined' &&
console.warn
) {
Loading