MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 435: Line 435:
// })
// })
const showArticleBefore = document.querySelector('#show-article-before');
const showArticleBefore = document.querySelector('#show-article-before');
console.log('>>>>>>', h, a, b, c, d);
showArticleBefore.style.transform = 'matrix('+a+','+b+','+c+','+d+',0,0);';
showArticleBefore.style.transform = 'matrix('+a+','+b+','+c+','+d+',0,0);';
    console.log('', h);
}
}


Navigation menu