diff --git a/platypush/backend/http/static/js/dashboard.js b/platypush/backend/http/static/js/dashboard.js index 274cfa8398..63b2621890 100644 --- a/platypush/backend/http/static/js/dashboard.js +++ b/platypush/backend/http/static/js/dashboard.js @@ -17,6 +17,7 @@ $(document).ready(function() { if ('timeout' in event.args) { setTimeout(function() { + $iframe.removeAttr('src'); $modal.fadeOut(); }, parseFloat(event.args.timeout) * 1000); }