aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/scenario/Application.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scenario/Application.js b/src/scenario/Application.js
index c94581e2..28561ed3 100644
--- a/src/scenario/Application.js
+++ b/src/scenario/Application.js
@@ -57,7 +57,6 @@ angular.scenario.Application.prototype.navigateTo = function(url, loadFn, errorF
frame.attr('src', url);
this.executeAction(loadFn);
} else {
- frame.css('display', 'none').attr('src', 'about:blank');
frame.remove();
this.context.find('#test-frames').append('<iframe>');
frame = this.getFrame_();