This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var myConfObj = { | |
| iframeMouseOver : false | |
| } | |
| window.addEventListener('blur',function(){ | |
| if(myConfObj.iframeMouseOver){ | |
| console.log('Wow! Iframe Click!'); | |
| } | |
| }); | |
| document.getElementById('YOUR_CONTAINER_ID').addEventListener('mouseover',function(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ne radi!!!!! | |
| sudo apt-add-repository --remove ppa:jon-severinsson/ffmpeg | |
| !!!!! | |
| find / -name 'ffmpeg' -type d | |
| https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media | |
| sudo apt-get --purge remove ffmpeg | |
| sudo apt-get --purge autoremove |