|
475 | 475 | "↱", |
476 | 476 | "class", "return-value-arrow return-value-arrow-from", |
477 | 477 | "handler", "goto-script-line", |
478 | | - "title", ui_strings.S_RETURN_VALUES_FUNCTION_FROM.replace("%s", from_uri) |
479 | | - .replace("%s", retval.positionFrom.lineNumber), |
| 478 | + "data-tooltip", "return-value-tooltip", |
| 479 | + "data-tooltip-text", ui_strings.S_RETURN_VALUES_FUNCTION_FROM |
| 480 | + .replace("%s", from_uri) |
| 481 | + .replace("%s", retval.positionFrom.lineNumber), |
480 | 482 | "data-script-id", String(retval.positionFrom.scriptID), |
481 | 483 | "data-script-line", String(retval.positionFrom.lineNumber) |
482 | 484 | ], |
|
489 | 491 | "↳", |
490 | 492 | "class", "return-value-arrow return-value-arrow-to", |
491 | 493 | "handler", "goto-script-line", |
492 | | - "title", ui_strings.S_RETURN_VALUES_FUNCTION_TO.replace("%s", to_uri) |
493 | | - .replace("%s", retval.positionTo.lineNumber), |
| 494 | + "data-tooltip", "return-value-tooltip", |
| 495 | + "data-tooltip-text", ui_strings.S_RETURN_VALUES_FUNCTION_TO |
| 496 | + .replace("%s", to_uri) |
| 497 | + .replace("%s", retval.positionTo.lineNumber), |
494 | 498 | "data-script-id", String(retval.positionTo.scriptID), |
495 | 499 | "data-script-line", String(retval.positionTo.lineNumber) |
496 | 500 | ], |
|
0 commit comments