Make standalone tweaks work with infinite scrolling

2022.09-rc
Pierre Rudloff 2017-04-19 23:51:18 +02:00
rodzic 2ea2c4b87b
commit 8549da4f7b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -303,7 +303,7 @@ $(document).ready(function(){
// Customize some elements when the app is used in standalone mode on Android
if (window.matchMedia('(display-mode: standalone)').matches) {
// Open links to source outside of the webview
$('.plink').on('click', function (e) {
$('body').on('click', '.plink', function (e) {
$(e.target).attr('target', '_blank');
});
}