Skip to content

Commit

Permalink
Remove needless loading of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Sep 27, 2024
1 parent 2bdd831 commit 29114e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/web/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<script src="https://unpkg.com/@fluentui/web-components" type="module"></script>
<script src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js" type="text/javascript" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="recipient-parser.mjs" type="module"></script>
<script src="recipient-classifier.mjs" type="module"></script>
<script src="dialog.js" type="module"></script>
<link href="dialog.css" rel="stylesheet">
</head>
Expand Down

0 comments on commit 29114e6

Please sign in to comment.