()
| 338 | } |
| 339 | //ready the cmd by changing the placeholder in inital start |
| 340 | function checkIframeLoaded() { |
| 341 | if ($d != undefined) { |
| 342 | $d.find("#defaultHolder").replaceWith(holder); |
| 343 | cmdShow(); |
| 344 | return; |
| 345 | } |
| 346 | window.setTimeout(checkIframeLoaded, 100); |
| 347 | } |
| 348 | }); |
| 349 | |
| 350 | //cookie function |