fix feedback
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
oMyThoughts.pageInit = function(asHash, bFirstPage) {
|
||||
oEditor = new Editor('#read', true);
|
||||
oEditor.open(asHash.items[0]);
|
||||
}
|
||||
};
|
||||
|
||||
oMyThoughts.onSamePageMove = function(asHash) {
|
||||
return true;
|
||||
}
|
||||
$('#read').empty();
|
||||
self.pageInit(self.getHash());
|
||||
return false;
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user