Skip to content

Commit a00c223

Browse files
committed
Merged PR 25236: => is not supported in IE.
=> is not supported in IE.
1 parent 3a71080 commit a00c223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/v2-demo/scripts/step_authorize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function OpenEmbedStepFromUserSettings() {
185185
}
186186

187187
function WarmStartSampleReportEmbed() {
188-
FetchUrlIntoSession(reportUrl, false /* updateCurrentToken */).then((response) => {
188+
FetchUrlIntoSession(reportUrl, false /* updateCurrentToken */).then(function (response) {
189189
var embedUrl = GetParameterByName(SessionKeys.EmbedUrl);
190190
if (!embedUrl)
191191
{

0 commit comments

Comments
 (0)