Skip to content

Instantly share code, notes, and snippets.

@tomasruud
Last active January 5, 2023 17:10
Show Gist options
  • Save tomasruud/95014d14c89ee7eb1654bf14dd2cc168 to your computer and use it in GitHub Desktop.
Save tomasruud/95014d14c89ee7eb1654bf14dd2cc168 to your computer and use it in GitHub Desktop.
(function($) {
$(document).ready(function() {
$(".collapse").show();
window.loaded = true;
})
})(jQuery)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment