File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ https://github.com/kintone/SAMPLE-Profile-tooltip-Plug-in/blob/master/LICENSE
77 'use strict' ;
88 /* global tippy */
99
10- // Get plugin configuration settings
10+ // Get plug-in configuration settings
1111 var CONFIG = kintone . plugin . app . getConfig ( PLUGIN_ID ) ;
1212 if ( ! CONFIG ) {
1313 return false ;
1414 }
15- // Get each settings
15+ // Get each setting
1616 var CONFIG_NAME = CONFIG . name ;
1717
1818 // Keys and titles of user data to display
@@ -32,7 +32,7 @@ https://github.com/kintone/SAMPLE-Profile-tooltip-Plug-in/blob/master/LICENSE
3232 var targetField = kintone . app . record . getFieldElement ( CONFIG_NAME ) ;
3333 var targetLink = targetField . querySelectorAll ( 'a' ) ;
3434
35- // Get the code (log in name) from the User data
35+ // Get the code (login name) from the user data
3636 var fieldValCodeList = userFieldVal . map ( function ( value ) {
3737 return value . code ;
3838 } ) ;
You can’t perform that action at this time.
0 commit comments