Skip to content

Commit 0e9f28a

Browse files
authored
Merge pull request #8 from intersystems/studio-internet-explorer-fix
Tidy gitprojectsettings.csp to run in Studio/IE too
2 parents 43599a6 + 88482c1 commit 0e9f28a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

csp/gitprojectsettings.csp

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
37
<title>Cache-Git Settings</title>
48
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
59
<link rel="stylesheet" type="text/css" href="css/git-webui.css" />
6-
</head>
710
<STYLE type='text/css'>
811
.error {
912
color: red;
1013
}
1114
</STYLE>
15+
</head>
1216
<body>
13-
<script src="js/jquery.min.js"></script>
14-
<script src="js/bootstrap.min.js"></script>
15-
<script src="js/git-webui.js"></script>
1617
<server>
1718
new $namespace
1819
set namespace = %request.Data("NSpace",1)
@@ -104,5 +105,8 @@
104105
<em>Settings saved. Click cross in the upper-right corner to close the settings window.</em>
105106
</csp:if>
106107
</div>
108+
<script src="js/jquery.min.js"></script>
109+
<script src="js/bootstrap.min.js"></script>
110+
<script src="js/git-webui.js"></script>
107111
</body>
108112
</html>

0 commit comments

Comments
 (0)