mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +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.
|
* 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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue