Skip to content

Commit 0d1574e

Browse files
committed
Bug fix: embedding JS was not enabled
1 parent 393beb5 commit 0d1574e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release/cloud-storage.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/dialog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Import dialog.css to style the contents of the dialog. -->
1111
<link rel='stylesheet' href='./dialog.css'/>
1212
<!-- Import dialog.js to enable interactive features. -->
13-
<script src='./dialog.js'></script>
13+
<script src='./dialog.js' data-embed></script>
1414
</head>
1515
<body>
1616
<!-- The files/folders list is displayed in the following DIV. -->

0 commit comments

Comments
 (0)