Skip to content
Snippets Groups Projects

Issue #3253242: JS Dependencies in POST-Mode

4 files
+ 12
19
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 3
3
(function ($) {
(function (Drupal) {
'use strict';
Drupal.behaviors.open_readspeaker_post_mode = {
attach: function (context, settings) {
window.rsConf = {general: {usePost: true}};
window.rsConf = { general: { usePost: true } };
}
};
})(jQuery);
})(Drupal);
Loading