Skip to content

Commit

Permalink
color picker and slider were not loaded sometime
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Heuzard committed Jun 27, 2011
1 parent 38f83fb commit 3b85fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opacairo/client.opa
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ main() =
<div id="content">
<div id="canvas_wrapper" width="{canvas_width}" height="{canvas_height}" >
<canvas id="canvas" width="{canvas_width}" height="{canvas_height}"></canvas>
<img id="initial_image" width="{canvas_width}" height="{canvas_height}" onload={_ -> initialize_client(atoms)} src="img.png" />
<img id="initial_image" width="{canvas_width}" height="{canvas_height}" onready={_ -> Scheduler.sleep(1000,->initialize_client(atoms))} src="img.png" />
</div>
<div id="drawing_tools" />
</div>
Expand Down

0 comments on commit 3b85fc3

Please sign in to comment.