[ticket/16237] need to update WebDriver/phantomJS

PHPBB3-16237
This commit is contained in:
hanakin 2020-05-07 12:23:30 -10:00
parent 21bef051af
commit 3c7d941135

View file

@ -1052,11 +1052,11 @@ phpbb.addAjaxCallback('alt_text', function() {
* and changes the link itself. * and changes the link itself.
*/ */
phpbb.addAjaxCallback('toggle_link', function() { phpbb.addAjaxCallback('toggle_link', function() {
let $anchor; var $anchor;
let updateAll = $(this).data('update-all'); var updateAll = $(this).data('update-all');
let toggleText; var toggleText;
let toggleUrl; var toggleUrl;
let toggleIcon; var toggleIcon;
if (updateAll !== undefined && updateAll.length) { if (updateAll !== undefined && updateAll.length) {
$anchor = $(updateAll); $anchor = $(updateAll);