Commit compiled JS

This commit is contained in:
Benjamin Melançon 2019-08-31 09:34:27 -04:00
parent 3f144b8fd5
commit 6c1787c9c2

View file

@ -30,3 +30,6 @@ $( window ).resize( function () {
}).resize();
})(jQuery);
// Note that we know we have JQuery because our geofresco/global relies on bulma/global
// which pulls in JQuery already.