Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
davecra committed Mar 3, 2018
1 parent 70f6a10 commit bbfa8fe
Show file tree
Hide file tree
Showing 1,757 changed files with 393,494 additions and 78,030 deletions.
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
7 changes: 7 additions & 0 deletions .vs/VSWorkspaceState.json
@@ -0,0 +1,7 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\bsconfig.json",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/outlook-block-dialog-expand-sample/v15/.suo
Binary file not shown.
Binary file added .vs/slnx.sqlite
Binary file not shown.
Binary file added assets/icon-16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon-32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon-80.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-filled.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion bsconfig.json
Expand Up @@ -9,5 +9,6 @@
},
"https": true,
"watch": true,
"files": "*.*"
"files": "*.*",
"browser": "chrome"
}
7 changes: 0 additions & 7 deletions function-file/MicrosoftAjax.js

This file was deleted.

53 changes: 0 additions & 53 deletions function-file/dialog.html

This file was deleted.

16 changes: 6 additions & 10 deletions function-file/function-file.html
@@ -1,19 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />

<!-- Office JavaScript API -->
<script type="text/javascript" src="MicrosoftAjax.js"></script>
<script type="text/javascript" src="../node_modules/@microsoft/office-js/dist/office.js"></script>
<script type="text/javascript" src="../node_modules/officejs.dialogs/dialogs.js"></script>
<script type="text/javascript" src="../node_modules/easyews/easyews.js"></script>
<script type="text/javascript" src="../node_modules/core-js/client/core.js"></script>
<script type="text/javascript" src="../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="function-file.js"></script>
<!-- <script type="text/javascript" src="MicrosoftAjax.js"></script> -->
</head>

<body>
<!-- NOTE: The body is empty on purpose. Since function in function-file.js are
invoked via a button, there is no UI to render. -->
</body>

<body></body>
</html>

0 comments on commit bbfa8fe

Please sign in to comment.