Skip to content

Commit 51ec531

Browse files
authored
ribbon: use office.js production (#11)
1 parent baf3b1c commit 51ec531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ribbon/ribbon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
99

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

1414
<body>

0 commit comments

Comments
 (0)