Skip to content

Commit c863794

Browse files
authored
use office.js production (#9)
1 parent 954f8f2 commit c863794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/taskpane/taskpane.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<title>Contoso Task Pane Add-in</title>
1212

1313
<!-- Office JavaScript API -->
14-
<script type="text/javascript" src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.debug.js"></script>
14+
<script type="text/javascript" src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script>
1515

1616
<!-- LOCAL -->
1717
<link rel="stylesheet" href="node_modules/office-ui-fabric-js/dist/css/fabric.min.css" />

0 commit comments

Comments
 (0)