Skip to content

Instantly share code, notes, and snippets.

@Kcko
Created November 24, 2018 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kcko/51fc9008f84e9f6f71040174a31f9179 to your computer and use it in GitHub Desktop.
Save Kcko/51fc9008f84e9f6f71040174a31f9179 to your computer and use it in GitHub Desktop.
$.nette.ext('load_nette_after_snippets', {
init: function() {
this.ext('snippets').after(function() {
$.nette.load();
});
}
});
$.nette.init();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment