Skip to content

Instantly share code, notes, and snippets.

@shivangagarwal
Created January 8, 2012 16:31
Show Gist options
  • Save shivangagarwal/1578899 to your computer and use it in GitHub Desktop.
Save shivangagarwal/1578899 to your computer and use it in GitHub Desktop.
Script_return
<script type="text/javascript">
$(document).ready(function(){
if (top && top.opener && top.opener.top){
top.opener.top.dgFlow.closeFlow();
}
else {
top.dgFlow.closeFlow();
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment