Merged PR 25236: => is not supported in IE.
=> is not supported in IE.
This commit is contained in:
Родитель
3a710806e3
Коммит
a00c223a37
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче