Skip to content

Commit

Permalink
Added titles for todo app
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Aug 24, 2023
1 parent dbce514 commit 8c6a615
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ rendering
updateRoot: aRoot

super updateRoot: aRoot.
aRoot title: 'Seaside-JQuery Todo Demo'.
aRoot stylesheet url: WAExamplesLibrary / #todoCss.
aRoot javascript url: JQDeploymentLibrary / #jQueryJs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ updating
updateRoot: aRoot

super updateRoot: aRoot.
aRoot title: 'Seaside Todo Demo'.
aRoot stylesheet url: WAExamplesLibrary / #todoCss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ rendering
updateRoot: aRoot

super updateRoot: aRoot.
aRoot title: 'Seaside-Turbo Todo Demo'.
aRoot stylesheet url: WAExamplesLibrary / #todoCss

0 comments on commit 8c6a615

Please sign in to comment.