Skip to content
Snippets Groups Projects

Fix for Uncaught RangeError issue

Open Sandesh Yadav requested to merge issue/toc_api-3493738:8.x-1.x into 8.x-1.x
2 files
+ 50
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -9,7 +9,7 @@
Drupal.behaviors.tocTypeOptions = {
attach: function (context) {
$(once('.js-toc-type-options-header-min, .js-toc-type-options-header-max', context)).change(toggleHeaders);
$(once('toc-select-min-max', '.js-toc-type-options-header-min, .js-toc-type-options-header-max', context)).change(toggleHeaders);
}
};
toggleHeaders();
Loading