Skip to content

Commit

Permalink
After completion, check for iframe and remove if needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
doctyper committed Jun 3, 2011
1 parent 67f92d5 commit eca97d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions respond.src.js
Expand Up @@ -75,6 +75,8 @@
thisRequest = requestQueue.shift();

ajax( thisRequest.href, receiveCSSText );
} else if (iframe) {
iframe.parentNode.removeChild(iframe);
}
},

Expand Down

0 comments on commit eca97d8

Please sign in to comment.