Skip to content

Commit

Permalink
[feature] opages: improved add and remove app
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ye committed Jul 11, 2011
1 parent 3a7b951 commit 1fd373f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OPAges/src/page.opa
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import stdlib.upload
import stdlib.widgets.tabs
import stdlib.widgets.hlist
import stdlib.widgets.core
import stdlib.widgets.notification

/**
* {1 About this module}
Expand Down Expand Up @@ -1629,7 +1630,7 @@ Page = {{
to_resource:Page.t -> resource =
| ~{resource} -> resource
| ~{embedded} -> Resource.full_page("", embedded.body, embedded.head,
| ~{embedded} -> Resource.full_page("", <>{embedded.body}{WNotification.html(WNotification.default_config, "notify")}</>, embedded.head,
{success}, [])
empty: Page.stored =
Expand Down

0 comments on commit 1fd373f

Please sign in to comment.