Skip to content

Commit

Permalink
Fix: Use proper Modal Dialogue for eula modal (#682)
Browse files Browse the repository at this point in the history
* use new modal creator for Moodle 4.3

* use proper modal dialogue

* add new modal dialogue js

* use correct js path for eula

* adding build js files to gitignore

* revert gitignore
  • Loading branch information
ixiongtii authored Dec 13, 2023
1 parent 2613b3d commit c81215b
Show file tree
Hide file tree
Showing 19 changed files with 89 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/*

3 changes: 1 addition & 2 deletions amd/build/eula.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/eula.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions amd/build/modal_eula_launch.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/modal_eula_launch.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions amd/build/new_eula_modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/build/new_eula_modal.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c81215b

Please sign in to comment.