Last active
August 29, 2015 13:58
-
-
Save rafaelverger/490b04d2175f973957d4 to your computer and use it in GitHub Desktop.
How to load UMRUM client script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!function(a,b,c,d){ | |
b._mrm=b._mrm||{}, | |
b._mrm.hostId=a, | |
d=c.createElement("script"), | |
d.async=1, | |
d.src="//umrum.io/dist/umrum-client.js", | |
c.body.appendChild(d); | |
}("UMRUM_KEY",window,document); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment