Rutvik Bhatt
Rutvik Bhatt
Add this function on the top of the file `function detectIE() { var ua = window.navigator.userAgent; ``` // Test values; Uncomment to check result … // IE 10 // ua...
copy it from "function detectIE() " this line. I dont know why they printed outside code block
Hi @abhishek0909 were you able to figure out?
Solution to `Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory` The main problem was that `/lib64/ld-linux-x86-64.so.2` was not supplied with the default image and it would create problems when...