Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var ioamLoaded = setInterval(checkIOAMLoaded, 125);
- function checkIOAMLoaded ()
- {
- if (typeof iom !== "undefined") {
- // DEIN JS CODE
- iom.c(iam_data);
- clearInterval(ioamLoaded);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement