Skip to content

Commit 46d5433

Browse files
author
greta.mcgivern
committed
#2778 rename fn
1 parent 69ab2a1 commit 46d5433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static_examples/embed_report_editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ <h1>Example: Opening the Report Editor</h1>
5353
xhr.setRequestHeader("Authorization", "basic " + username + ":" + password);
5454
},
5555
success: function (data) {
56-
loadEmptyDesignerPanel(data.token);
56+
loadDashboard(data.token);
5757
}
5858
});
5959

60-
function loadEmptyDesignerPanel(token) {
60+
function loadDashboard(token) {
6161
$.ajax({
6262
type: "GET",
6363
url: url + "pi/auth/embeddedTokenLogin",

0 commit comments

Comments
 (0)