Skip to content

Commit f7c45f2

Browse files
Revert "Revert "Version""
This reverts commit f8bedb7.
1 parent 94413e2 commit f7c45f2

15 files changed

+49
-35
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
/.vs
66
/node_modules
77
/Scripts
8-
/Pages
8+
/Pages
9+
/Content
File renamed without changes.

src/Pages/classicDesktopFrame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
66

7-
<link rel="stylesheet" type="text/css" href="/Content/Office.css" />
8-
<link rel="stylesheet" type="text/css" href="/Content/App.css" />
7+
<link rel="stylesheet" type="text/css" href="/Content/%version%/Office.css" />
8+
<link rel="stylesheet" type="text/css" href="/Content/%version%/App.css" />
99

1010
<script crossorigin="anonymous" src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script>
1111
<script>

src/Pages/mha.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
66
<title>Message Header Analyzer</title>
77

8-
<link rel="stylesheet" type="text/css" href="/Content/Office.css" />
9-
<link rel="stylesheet" type="text/css" href="/Content/App.css" />
8+
<link rel="stylesheet" type="text/css" href="/Content/%version%/Office.css" />
9+
<link rel="stylesheet" type="text/css" href="/Content/%version%/App.css" />
1010

1111
<script crossorigin="anonymous" src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script>
1212
<script>

src/Pages/newDesktopFrame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
66
<link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-js/1.5.0/css/fabric.min.css">
77
<link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-js/1.5.0/css/fabric.components.min.css">
8-
<link rel="stylesheet" href="/Content/DesktopPane.css">
8+
<link rel="stylesheet" href="/Content/%version%/DesktopPane.css">
99

1010
<script crossorigin="anonymous" src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script>
1111
<script>

0 commit comments

Comments
 (0)