Files
mythoughts/masks/read.html

11 lines
254 B
HTML
Executable File

<div id="read"></div>
<script type="text/javascript">
oMyThoughts.pageInit = function(asHash, bFirstPage) {
oEditor = new Editor('#read', true);
oEditor.open(asHash.items[0]);
}
oMyThoughts.onSamePageMove = function(asHash) {
return true;
}
</script>