We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ab2a1 commit 46d5433Copy full SHA for 46d5433
static_examples/embed_report_editor.html
@@ -53,11 +53,11 @@ <h1>Example: Opening the Report Editor</h1>
53
xhr.setRequestHeader("Authorization", "basic " + username + ":" + password);
54
},
55
success: function (data) {
56
- loadEmptyDesignerPanel(data.token);
+ loadDashboard(data.token);
57
}
58
});
59
60
- function loadEmptyDesignerPanel(token) {
+ function loadDashboard(token) {
61
$.ajax({
62
type: "GET",
63
url: url + "pi/auth/embeddedTokenLogin",
0 commit comments