Skip to content

Commit

Permalink
Remove unused user globals
Browse files Browse the repository at this point in the history
  • Loading branch information
dnrce authored and jjcarstens committed May 11, 2022
1 parent c4e5a41 commit f1289cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ <h6>Help</h6>
</div>
</footer>

<script>
window.userToken = "<%= assigns[:user_token] %>"
window.orgId = "<%= assigns[:org] && Map.get(assigns[:org], :id) %>"
</script>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>

0 comments on commit f1289cf

Please sign in to comment.