Skip to content

Commit 52e0b83

Browse files
jrochelvasilisp
authored andcommitted
compatibility with Eliom (#153)
eliom:6bf371b1c15967d486584054f1e3510e14e04bcf
1 parent 156cf8f commit 52e0b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/ot_page_transition.eliom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ module Make (Conf:PAGE_TRANSITION_CONF) = struct
152152
Eliom_client.onchangepage hc_handler;
153153
match animation_type ev with
154154
| Nil -> Lwt.return_unit
155-
| Forward -> forward ev.Eliom_client.current_id
155+
| Forward -> forward ev.Eliom_client.origin_id
156156
| Backward ->
157157
match ev.Eliom_client.target_id with
158158
| Some target_id -> backward target_id

0 commit comments

Comments
 (0)