Skip to content

Commit

Permalink
add function to retrieve user data
Browse files Browse the repository at this point in the history
  • Loading branch information
constantology committed Sep 8, 2017
1 parent d8dc463 commit 2b0d873
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/republishing.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ function _init (flags, user) {
initDownloadModal(flags, user);
}

window.getRepublishingUser = () => user;

track(flags, user);
}

Expand Down

0 comments on commit 2b0d873

Please sign in to comment.