-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1321 from SeasideSt/jquery-ui-update
update jQuery-UI to 1.13.2
- Loading branch information
Showing
5 changed files
with
1,087 additions
and
19,425 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
repository/JQuery-UI.package/JQBaseTheme.class/instance/updateRoot..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
updating | ||
updateRoot: anHtmlRoot | ||
anHtmlRoot stylesheet | ||
url: 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/' , self themeName , '/jquery-ui.css' | ||
url: 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/themes/' , self themeName , '/jquery-ui.css' |
6 changes: 6 additions & 0 deletions
6
repository/JQuery-UI.package/JQDatepicker.class/instance/onUpdateDatePicker..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
events-generated | ||
onUpdateDatePicker: anObject | ||
|
||
"Called when the datepicker widget's DOM is updated. The function receives the datepicker instance as the only parameter. this refers to the associated input field." | ||
|
||
self optionAt: 'onUpdateDatepicker' put: anObject asFunction |
Oops, something went wrong.