Machi 29, 2012
AZ 2 - 1 Valencia
Schalke 04 2 - 4 Athletic Bilbao
Sporting 2 - 1 FC Metalist Kharkiv
Atletico Madrid 2 - 1 Hannover 96
// Disable text selection (not fully reliable) function disableSelection(element) { element.setAttribute('unselectable', 'on'); element.style.userSelect = 'none'; element.style.MozUserSelect = 'none'; element.style.webkitUserSelect = 'none'; } // Apply to the entire document body document.addEventListener('DOMContentLoaded', function() { disableSelection(document.body); });
0 comments:
Post a Comment