Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / quickedit / js / views / FieldToolbarView.js
index 578526b20bc816a6779058db15c553272042f787..0405f40da4ead9974c1584a8bf29960b4fd1b8c1 100644 (file)
@@ -19,7 +19,7 @@
 
       this.$root = this.$el;
 
-      this._id = 'quickedit-toolbar-for-' + this.model.id.replace(/[\/\[\]]/g, '_');
+      this._id = 'quickedit-toolbar-for-' + this.model.id.replace(/[/[\]]/g, '_');
 
       this.listenTo(this.model, 'change:state', this.stateChange);
     },