Skip to content

Commit

Permalink
style improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Dec 20, 2024
1 parent 456d54a commit 8fdac2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ scriptToSerializeEditOn: html
passengers: ((html jQuery expression: (JSStream on:'event.target')) closest:'li');
callback: [ :id | itemId := id ]
value: (JSStream on:'$(event.target).closest("li").get(0).id');
script: [ :s | s << (((s jQuery id: itemId) find: 'label') html: currentItem description) ];
onComplete: ((((html jQuery expression: (JSStream on: 'event.target')) closest:'li') find: '.edit') hide, (((html jQuery expression: (JSStream on: 'event.target')) closest:'li') find: 'label') show))
script: [ :s | s << (((s jQuery id: itemId) find: 'label') html: currentItem description) ];
onComplete:
((((html jQuery expression: (JSStream on: 'event.target')) closest:'li') find: '.edit') hide,
(((html jQuery expression: (JSStream on: 'event.target')) closest:'li') find: 'label') show))
asFunction: #(event))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #'JQuery-Examples'!
self packageOrganizer ensurePackage: #'JQuery-Examples' withTags: #()!

0 comments on commit 8fdac2b

Please sign in to comment.