Skip to content

Instantly share code, notes, and snippets.

@SoxFace
Created April 19, 2017 06:38
Show Gist options
  • Save SoxFace/066db9b4869d70518c88e1911dd06b86 to your computer and use it in GitHub Desktop.
Save SoxFace/066db9b4869d70518c88e1911dd06b86 to your computer and use it in GitHub Desktop.
aWdOvv
<div id="mainText">
<div id="envSettings"></div>
</div>
var text = "this is some text";
document.getElementById("mainText").innerHTML = text;
var currentUserId = ENV["current_user_id"];
document.getElementById("envSettings").innerHTML = currentUserId;
console.log(ENV);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment