Sha256: 681b71ab2c3938c8d18510041e22b05447a7ef24a9f811ce2f10d190c3eb10fc
Contents?: true
Size: 331 Bytes
Versions: 6
Compression:
Stored size: 331 Bytes
Contents
<script> $(document).ready( function () { /* NB: we need to use to_json (to escape newlines in string if present etc.) */ markdown_note_new( { welcome: <%= @welcome_sample.to_json %> } ); }); /* todo: check if loading image w/ relative path works ?? */ </script>
Version data entries
6 entries across 6 versions & 1 rubygems