You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: buttons.js
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@
6
6
This file is a dependency. Designed to host helper functions for init.js. Manages the creation and functionality of custom send buttons within the ChatGPT extension.
7
7
It provides utility functions to create buttons based on configuration and assigns keyboard shortcuts where applicable.
8
8
9
-
After that, tje
9
+
After that, tje
10
10
11
11
Usage:
12
12
Ensure that dependencies are loaded before this script to utilize button functionalities.
13
-
13
+
14
14
Depends on:
15
15
utils.js - object containing all selectors and identifiers
16
16
buttons-init.js - handles only some initializations.
@@ -132,15 +132,15 @@ function processCustomSendButtonClick(event, customText, autoSend) {
0 commit comments