File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments