Skip to content

Commit

Permalink
move ui lib
Browse files Browse the repository at this point in the history
  • Loading branch information
kerilz committed Jun 11, 2024
1 parent 7b1fcb8 commit 00eb5da
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions base64Image.js

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/taskpane/taskpane.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="../materialize/css/materialize.css"/>
<link type="text/css" rel="stylesheet" href="../../lib/materialize/css/materialize.css"/>

<!-- Template styles -->
<link href="taskpane.css" rel="stylesheet" type="text/css" />
Expand Down Expand Up @@ -102,7 +102,7 @@ <h3 class="ms-font-l">L21's-Logo</h3>

</div>
</section>
<script type="text/javascript" src="../materialize/js/materialize.min.js"></script>
<script type="text/javascript" src="../../lib/materialize/js/materialize.min.js"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion src/taskpane/taskpane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* global Office, PowerPoint */

import { base64Images } from "../../base64Image";
import * as M from "../materialize/js/materialize.min";
import * as M from "../../lib/materialize/js/materialize.min";

const rowLineName = "RowLine";
const columnLineName = "ColumnLine";
Expand Down

0 comments on commit 00eb5da

Please sign in to comment.