Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created July 22, 2019 14:17
Show Gist options
  • Save bjoerntx/6001b8bf649fd8a69a50af4870e5e7ee to your computer and use it in GitHub Desktop.
Save bjoerntx/6001b8bf649fd8a69a50af4870e5e7ee to your computer and use it in GitHub Desktop.
var txSettings;
function checkSettings()
{
// store Text Control settings
var settings = document.querySelector("#__txSettings");
txSettings = JSON.parse(settings.textContent);
}
checkSettings();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment