Skip to content
Snippets Groups Projects
Commit b1e9e1aa authored by Konstantinos Platis's avatar Konstantinos Platis
Browse files

Fixed Event grid not showing due to underscores auto changed to hyphens

parent e07b9939
No related branches found
No related tags found
1 merge request!36Merge RC-v1.4.0 to master
(function ($, Drupal, drupalSettings) {
Drupal.behaviors.EventGridBehavior = {
attach: function (context, settings) {
// adds the css class via JS because Drupal filters underscores and changes them to hyphens
$('.event-grid').addClass('cern-view-display-feature_events');
}
};
})(jQuery, Drupal, drupalSettings);
\ No newline at end of file
......@@ -24,4 +24,6 @@ event-grid-stylesheets:
version: 1.x
css:
layout:
assets/css/event-grid.css: {}
\ No newline at end of file
assets/css/event-grid.css: {}
js:
assets/js/event-grid.js: {}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment