Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfheij-sil committed Dec 10, 2024
1 parent 4ee32f7 commit 7e9335d
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion extensions/src/platform-get-resources/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) <year> <copyright_holder_name>
Copyright © 2023-2024 SIL Global

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion extensions/src/platform-get-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Get resources extension for Platform.Bible

<!-- <!-- Opening comment tag for Template Info Section. Ignore this for now. More info in [Hide Template Info](#hide-template-info). -->
<!-- Opening comment tag for Template Info Section. Ignore this for now. More info in [Hide Template Info](#hide-template-info).
## Template Info
Expand Down
2 changes: 1 addition & 1 deletion extensions/src/platform-get-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@
"zip-build": "^1.8.0"
},
"volta": {
"node": "20.18.0"
"extends": "../../package.json"
}
}
1 change: 0 additions & 1 deletion extensions/src/platform-get-resources/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const getResourcesWebViewProvider: IWebViewProvider = {
);

return {
allowPopups: true,
title: await papi.localization.getLocalizedString({
localizeKey: '%resources_dialog_title%',
}),
Expand Down
2 changes: 1 addition & 1 deletion extensions/src/platform-home/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) <year> <copyright_holder_name>
Copyright © 2023-2024 SIL Global

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion extensions/src/platform-home/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Home screen extension for Platform.Bible

<!-- <!-- Opening comment tag for Template Info Section. Ignore this for now. More info in [Hide Template Info](#hide-template-info). -->
<!-- Opening comment tag for Template Info Section. Ignore this for now. More info in [Hide Template Info](#hide-template-info).
## Template Info
Expand Down
2 changes: 1 addition & 1 deletion extensions/src/platform-home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@
"zip-build": "^1.8.0"
},
"volta": {
"node": "20.18.0"
"extends": "../../package.json"
}
}
1 change: 0 additions & 1 deletion extensions/src/platform-home/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const homeWebViewProvider: IWebViewProvider = {
);

return {
allowPopups: true,
title: await papi.localization.getLocalizedString({
localizeKey: '%resources_dialog_title%',
}),
Expand Down

0 comments on commit 7e9335d

Please sign in to comment.