Skip to content

Instantly share code, notes, and snippets.

@kravchenkodmitry
Last active November 15, 2020 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kravchenkodmitry/227f91d503b9b2535cbcd127a40af975 to your computer and use it in GitHub Desktop.
Save kravchenkodmitry/227f91d503b9b2535cbcd127a40af975 to your computer and use it in GitHub Desktop.
Test 2
console.log('++++ other test file!');
var Webflow = window.Webflow || [];
Webflow.push(function(){
console.log('++++ webflow gist test');
});
document.addEventListener('loader:done', function() {
console.log('++++ loader:done');
console.log(testData);
});
{
"test": "some text string",
"data": true
}
body {
background-color: blanchedalmond;
}
console.log('>>>> gist test 3');
var Webflow = window.Webflow || [];
Webflow.push(function(){
console.log('>>>> webflow gist test');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment