Shish you broke this~
This commit is contained in:
parent
410c4ff1a0
commit
01306712b7
@ -57,12 +57,12 @@ class NotesTheme extends Themelet {
|
||||
$parsedNote = str_replace("\r", "\\r", $parsedNote);
|
||||
|
||||
$to_json[] = array(
|
||||
'x1': $note["x1"],
|
||||
'y1': $note["y1"],
|
||||
'height': $note["height"],
|
||||
'width': $note["width"],
|
||||
'note': $parsedNote,
|
||||
'note_id': $note["id"],
|
||||
'x1' => $note["x1"],
|
||||
'y1' => $note["y1"],
|
||||
'height' => $note["height"],
|
||||
'width' => $note["width"],
|
||||
'note' => $parsedNote,
|
||||
'note_id' => $note["id"],
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user