Files
keycloak-ow-theme/common/resources/node_modules/patternfly/dist/js/patternfly-functions-base.js
Jörg Henke 5fd979c3a4 from gitlab
2023-12-04 11:52:12 +01:00

7 lines
198 B
JavaScript

// Util: definition of breakpoint sizes for tablet and desktop modes
(function ($) {
'use strict';
if (patternfly !== undefined) {
$.pfBreakpoints = patternfly.pfBreakpoints;
}
}(jQuery));