Skip to content

Commit 2f44bba

Browse files
author
Amit Shuster
committed
Merge remote-tracking branch 'powerbi/master'
2 parents 80467af + a0f6cf0 commit 2f44bba

File tree

7 files changed

+984
-485
lines changed

7 files changed

+984
-485
lines changed

demo/v2-demo/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
<script src="../node_modules/es6-promise/dist/es6-promise.js"></script>
5555
<script src="../node_modules/powerbi-client/dist/powerbi.js"></script>
5656

57+
<!-- You can find more information about powerbi-report-authoring SDK at https://github.com/microsoft/powerbi-report-authoring/wiki -->
58+
<script src="../node_modules/powerbi-report-authoring/dist/powerbi-report-authoring.js"></script>
59+
5760
<script src="scripts/codesamples.js"></script>
5861

5962
<script src="scripts/index.js"></script>

demo/v2-demo/live_showcases/quick_visual_creator/showcase_quick_visual_creator.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ <h3>Quick visual creator</h3>
179179
</div>
180180
</div>
181181
</div>
182-
<!--You can find more information about powerbi-report-authoring SDK at https://github.com/microsoft/powerbi-report-authoring/wiki-->
183-
<script src="../../../node_modules/powerbi-report-authoring/dist/powerbi-report-authoring.js"></script>
182+
184183
<script>
185184
$(document).ready(function () {
186185
embedQuickVisualCreatorReport();

0 commit comments

Comments
 (0)