Skip to content

Instantly share code, notes, and snippets.

@tmking
Created October 2, 2009 16:48
Show Gist options
  • Save tmking/199903 to your computer and use it in GitHub Desktop.
Save tmking/199903 to your computer and use it in GitHub Desktop.
themePreview: function() {
$('themePreview').empty
var script = new Element('script', { src: $F('embed_code').gsub(/<script\ src=\"/, '').gsub(/\"><\/script>/, '') });
$('themePreview').insert(script);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment