Skip to content

Instantly share code, notes, and snippets.

@ssylvia
Last active May 13, 2019 12:04
Show Gist options
  • Save ssylvia/2a258f8f8f9c76c1212ef4c9676f98ba to your computer and use it in GitHub Desktop.
Save ssylvia/2a258f8f8f9c76c1212ef4c9676f98ba to your computer and use it in GitHub Desktop.
define(['dojo/topic'], function(topic) {
// The application is ready
topic.subscribe('story-load-section', function() {
/*
* Custom Javascript to be executed when the application is ready goes here
*/
setTimeout(function() {
location.hash = 'detail';
}, 50);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment