javascript - Framework.js gives error on internet explorer 8 -
i'm facing problem on internet explorer 8 while including in api. here's code, i'm not doing fancy @ all, including files.
<script type="text/javascript" src="https://platform.linkedin.com/in.js"> api_key: <?php echo api_key . "\n"; ?> credentials_cookie: true authorize: true </script> <script type="in/login" data-onauth="onlinkedinauth"></script>
and have onlinkedinauth function defined isn't doing right now. piece of code produces error in ie8, coming framework.js file, refering line 1070 :
b.fn.apply((b.scope||window),c)
has fixed before ?!
Comments
Post a Comment