File tree Expand file tree Collapse file tree 8 files changed +40
-40
lines changed
Expand file tree Collapse file tree 8 files changed +40
-40
lines changed Original file line number Diff line number Diff line change 55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
77
8- < link rel ="stylesheet " href ="/bower_components /bootstrap/dist/css/bootstrap.css " />
8+ < link rel ="stylesheet " href ="/node_modules /bootstrap/dist/css/bootstrap.css " />
99 < link rel ="stylesheet " type ="text/css " href ="style/style.css ">
1010</ head >
1111
2222 < div id ="mainContent " class ="jumbotron ">
2323 </ div >
2424
25- < script src ="/bower_components /jquery/dist/jquery.js "> </ script >
26- < script src ="/bower_components /es6-promise/es6-promise.js "> </ script >
27- < script src ="/bower_components /fetch/fetch.js "> </ script >
28- < script src ="/bower_components /powerbi-client/dist/powerbi.js "> </ script >
25+ < script src ="/node_modules /jquery/dist/jquery.js "> </ script >
26+ < script src ="/node_modules /es6-promise/dist /es6-promise.js "> </ script >
27+ < script src ="/node_modules /fetch/lib /fetch.js "> </ script >
28+ < script src ="/node_modules /powerbi-client/dist/powerbi.js "> </ script >
2929
3030 < script src ="scripts/codesamples.js "> </ script >
3131
Original file line number Diff line number Diff line change 77 < title > Power BI - Sample - Client - JavaScript</ title >
88 < base path ="/ " />
99
10- < link rel ="stylesheet " href ="bower_components /bootstrap/dist/css/bootstrap.css " />
10+ < link rel ="stylesheet " href ="node_modules /bootstrap/dist/css/bootstrap.css " />
1111 < link rel ="stylesheet " href ="styles/app.css " />
1212 </ head >
1313 < body >
@@ -38,10 +38,10 @@ <h2>Data Selected Event Data:</h2>
3838 </ pre >
3939 </ div >
4040
41- < script src ="bower_components /jquery/dist/jquery.js "> </ script >
42- < script src ="bower_components /es6-promise/es6-promise.js "> </ script >
43- < script src ="bower_components /fetch/fetch.js "> </ script >
44- < script src ="bower_components /powerbi-client/dist/powerbi.js "> </ script >
41+ < script src ="node_modules /jquery/dist/jquery.js "> </ script >
42+ < script src ="node_modules /es6-promise/dist /es6-promise.js "> </ script >
43+ < script src ="node_modules /fetch/lib /fetch.js "> </ script >
44+ < script src ="node_modules /powerbi-client/dist/powerbi.js "> </ script >
4545
4646 < script src ="app/dataselection.js "> </ script >
4747
Original file line number Diff line number Diff line change 77 < title > Power BI - Sample - Client - JavaScript</ title >
88 < base path ="/ " />
99
10- < link rel ="stylesheet " href ="bower_components /bootstrap/dist/css/bootstrap.css " />
10+ < link rel ="stylesheet " href ="node_modules /bootstrap/dist/css/bootstrap.css " />
1111 < link rel ="stylesheet " href ="styles/app.css " />
1212 </ head >
1313 < body >
@@ -33,10 +33,10 @@ <h2>Default Page and/or Default Filter</h2>
3333
3434 </ div >
3535
36- < script src ="bower_components /jquery/dist/jquery.js "> </ script >
37- < script src ="bower_components /es6-promise/es6-promise.js "> </ script >
38- < script src ="bower_components /fetch/fetch.js "> </ script >
39- < script src ="bower_components /powerbi-client/dist/powerbi.js "> </ script >
36+ < script src ="node_modules /jquery/dist/jquery.js "> </ script >
37+ < script src ="node_modules /es6-promise/dist /es6-promise.js "> </ script >
38+ < script src ="node_modules /fetch/lib /fetch.js "> </ script >
39+ < script src ="node_modules /powerbi-client/dist/powerbi.js "> </ script >
4040
4141 < script src ="app/defaults.js "> </ script >
4242
Original file line number Diff line number Diff line change 77 < title > Power BI - Sample - Client - JavaScript</ title >
88 < base path ="/ " />
99
10- < link rel ="stylesheet " href ="bower_components /bootstrap/dist/css/bootstrap.css " />
10+ < link rel ="stylesheet " href ="node_modules /bootstrap/dist/css/bootstrap.css " />
1111 < link rel ="stylesheet " href ="styles/app.css " />
1212 </ head >
1313 < body >
@@ -38,10 +38,10 @@ <h2>Dynamic Embed</h2>
3838
3939 </ div >
4040
41- < script src ="bower_components /jquery/dist/jquery.js "> </ script >
42- < script src ="bower_components /es6-promise/es6-promise.js "> </ script >
43- < script src ="bower_components /fetch/fetch.js "> </ script >
44- < script src ="bower_components /powerbi-client/dist/powerbi.js "> </ script >
41+ < script src ="node_modules /jquery/dist/jquery.js "> </ script >
42+ < script src ="node_modules /es6-promise/dist /es6-promise.js "> </ script >
43+ < script src ="node_modules /fetch/lib /fetch.js "> </ script >
44+ < script src ="node_modules /powerbi-client/dist/powerbi.js "> </ script >
4545
4646 < script src ="app/dynamic.js "> </ script >
4747
Original file line number Diff line number Diff line change 77 < title > Power BI - Sample - Client - JavaScript</ title >
88 < base path ="/ " />
99
10- < link rel ="stylesheet " href ="bower_components /bootstrap/dist/css/bootstrap.css " />
10+ < link rel ="stylesheet " href ="node_modules /bootstrap/dist/css/bootstrap.css " />
1111 < link rel ="stylesheet " href ="styles/app.css " />
1212 </ head >
1313 < body >
@@ -282,10 +282,10 @@ <h3>Page Level</h3>
282282 </ div >
283283 </ div >
284284
285- < script src ="bower_components /jquery/dist/jquery.js "> </ script >
286- < script src ="bower_components /es6-promise/es6-promise.js "> </ script >
287- < script src ="bower_components /fetch/fetch.js "> </ script >
288- < script src ="bower_components /powerbi-client/dist/powerbi.js "> </ script >
285+ < script src ="node_modules /jquery/dist/jquery.js "> </ script >
286+ < script src ="node_modules /es6-promise/dist /es6-promise.js "> </ script >
287+ < script src ="node_modules /fetch/lib /fetch.js "> </ script >
288+ < script src ="node_modules /powerbi-client/dist/powerbi.js "> </ script >
289289
290290 < script src ="app/filters.js "> </ script >
291291
Original file line number Diff line number Diff line change 77 < title > Power BI - Sample - Client - JavaScript</ title >
88 < base path ="/ " />
99
10- < link rel ="stylesheet " href ="bower_components /bootstrap/dist/css/bootstrap.css " />
10+ < link rel ="stylesheet " href ="node_modules /bootstrap/dist/css/bootstrap.css " />
1111 < link rel ="stylesheet " href ="styles/app.css " />
1212 </ head >
1313 < body >
@@ -40,10 +40,10 @@ <h2>Custom Page Navigation</h2>
4040 </ div >
4141 </ div >
4242
43- < script src ="bower_components /jquery/dist/jquery.js "> </ script >
44- < script src ="bower_components /es6-promise/es6-promise.js "> </ script >
45- < script src ="bower_components /fetch/fetch.js "> </ script >
46- < script src ="bower_components /powerbi-client/dist/powerbi.js "> </ script >
43+ < script src ="node_modules /jquery/dist/jquery.js "> </ script >
44+ < script src ="node_modules /es6-promise/dist /es6-promise.js "> </ script >
45+ < script src ="node_modules /fetch/lib /fetch.js "> </ script >
46+ < script src ="node_modules /powerbi-client/dist/powerbi.js "> </ script >
4747
4848 < script src ="app/pagenavigation.js "> </ script >
4949
Original file line number Diff line number Diff line change 77 < title > Power BI - Sample - Client - JavaScript</ title >
88 < base path ="/ " />
99
10- < link rel ="stylesheet " href ="bower_components /bootstrap/dist/css/bootstrap.css " />
10+ < link rel ="stylesheet " href ="node_modules /bootstrap/dist/css/bootstrap.css " />
1111 < link rel ="stylesheet " href ="styles/app.css " />
1212 </ head >
1313 < body >
@@ -38,10 +38,10 @@ <h2>Update Settings</h2>
3838 </ div >
3939 </ div >
4040
41- < script src ="bower_components /jquery/dist/jquery.js "> </ script >
42- < script src ="bower_components /es6-promise/es6-promise.js "> </ script >
43- < script src ="bower_components /fetch/fetch.js "> </ script >
44- < script src ="bower_components /powerbi-client/dist/powerbi.js "> </ script >
41+ < script src ="node_modules /jquery/dist/jquery.js "> </ script >
42+ < script src ="node_modules /es6-promise/dist /es6-promise.js "> </ script >
43+ < script src ="node_modules /fetch/lib /fetch.js "> </ script >
44+ < script src ="node_modules /powerbi-client/dist/powerbi.js "> </ script >
4545
4646 < script src ="app/settings.js "> </ script >
4747
Original file line number Diff line number Diff line change 77 < title > Power BI - Sample - Client - JavaScript</ title >
88 < base path ="/ " />
99
10- < link rel ="stylesheet " href ="bower_components /bootstrap/dist/css/bootstrap.css " />
10+ < link rel ="stylesheet " href ="node_modules /bootstrap/dist/css/bootstrap.css " />
1111 < link rel ="stylesheet " href ="styles/app.css " />
1212 </ head >
1313 < body >
@@ -40,10 +40,10 @@ <h2>Static Embed</h2>
4040 </ p >
4141 </ div >
4242
43- < script src ="bower_components /jquery/dist/jquery.js "> </ script >
44- < script src ="bower_components /es6-promise/es6-promise.js "> </ script >
45- < script src ="bower_components /fetch/fetch.js "> </ script >
46- < script src ="bower_components /powerbi-client/dist/powerbi.js "> </ script >
43+ < script src ="node_modules /jquery/dist/jquery.js "> </ script >
44+ < script src ="node_modules /es6-promise/dist /es6-promise.js "> </ script >
45+ < script src ="node_modules /fetch/lib /fetch.js "> </ script >
46+ < script src ="node_modules /powerbi-client/dist/powerbi.js "> </ script >
4747
4848 < script src ="app/index.js "> </ script >
4949 </ body >
You can’t perform that action at this time.
0 commit comments