Skip to content

Instantly share code, notes, and snippets.

@chrisjensen
Created July 15, 2017 01:57
Show Gist options
  • Save chrisjensen/a934e902f987a6c036ac03ea22a892b3 to your computer and use it in GitHub Desktop.
Save chrisjensen/a934e902f987a6c036ac03ea22a892b3 to your computer and use it in GitHub Desktop.
Kepla helper
function bootKepla() {
window.setTimeout(window.kepla.bootstrap, 0);
}
$(window).on("load", bootKepla);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment