aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/javascripts/bootstrap/blubber.js
blob: ef9512998b8848086bc371f17a17951da8f093c5 (plain)
1
2
3
4
/*global jQuery, STUDIP */
STUDIP.domReady(() => {
    STUDIP.Blubber.init();
});