A11Y added missing iframe title to installer and preview controller.
(cherry picked from commit d32b93349d)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
0b9e90821e
commit
5d0d245f69
@@ -455,6 +455,7 @@ var app = angular.module("umbraco.preview", ['umbraco.resources', 'umbraco.servi
|
||||
|
||||
$scope.onFrameLoaded = function (iframe) {
|
||||
|
||||
iframe.title = "Page preview";
|
||||
$scope.frameLoaded = true;
|
||||
configureSignalR(iframe);
|
||||
fixExternalLinks(iframe);
|
||||
|
||||
Reference in New Issue
Block a user