Merged PR 25236: => is not supported in IE.

=> is not supported in IE.
This commit is contained in:
Ali Hamud 2017-11-20 15:13:08 +00:00
Родитель 3a710806e3
Коммит a00c223a37
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -185,7 +185,7 @@ function OpenEmbedStepFromUserSettings() {
}
function WarmStartSampleReportEmbed() {
FetchUrlIntoSession(reportUrl, false /* updateCurrentToken */).then((response) => {
FetchUrlIntoSession(reportUrl, false /* updateCurrentToken */).then(function (response) {
var embedUrl = GetParameterByName(SessionKeys.EmbedUrl);
if (!embedUrl)
{