mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16237] need to update WebDriver/phantomJS
PHPBB3-16237
This commit is contained in:
parent
21bef051af
commit
3c7d941135
1 changed files with 5 additions and 5 deletions
|
@ -1052,11 +1052,11 @@ phpbb.addAjaxCallback('alt_text', function() {
|
|||
* and changes the link itself.
|
||||
*/
|
||||
phpbb.addAjaxCallback('toggle_link', function() {
|
||||
let $anchor;
|
||||
let updateAll = $(this).data('update-all');
|
||||
let toggleText;
|
||||
let toggleUrl;
|
||||
let toggleIcon;
|
||||
var $anchor;
|
||||
var updateAll = $(this).data('update-all');
|
||||
var toggleText;
|
||||
var toggleUrl;
|
||||
var toggleIcon;
|
||||
|
||||
if (updateAll !== undefined && updateAll.length) {
|
||||
$anchor = $(updateAll);
|
||||
|
|
Loading…
Add table
Reference in a new issue