Skip to content

Commit 563d69a

Browse files
committed
rename
1 parent 09af18c commit 563d69a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* - Ensure the following scripts are loaded (in order) before this file:
2020
* 1. buttons.js
2121
* 2. buttons-init.js
22-
* 3. button-injection.js
22+
* 3. buttons-injection.js
2323
* - The initialization process starts automatically upon script load.
2424
*
2525
* Dependencies:
@@ -71,7 +71,7 @@ function commenceExtensionInitialization(configurationObject) {
7171
const activeWebsite = window.InjectionTargetsOnWebsite.activeSite;
7272
logConCgp('[init] Active website detected:', activeWebsite);
7373

74-
// Initialize button injection logic (moved to separate file "button-injection.js")
74+
// Initialize button injection logic (moved to separate file "buttons-injection.js")
7575
buttonBoxCheckingAndInjection(true, activeWebsite);
7676

7777
// Enable keyboard shortcuts if configured and on ChatGPT

0 commit comments

Comments
 (0)