Skip to content

Commit 87dca1f

Browse files
author
Osama Najjar
committed
updated test JQuery test case
1 parent 06ed415 commit 87dca1f

File tree

3 files changed

+45
-38
lines changed

3 files changed

+45
-38
lines changed

test/Test.mpr

0 Bytes
Binary file not shown.

test/theme/index.html

+45-38
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,48 @@
11
<!doctype html>
22
<html>
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6-
<title>Mendix</title>
7-
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
8-
<meta name="apple-mobile-web-app-capable" content="yes">
9-
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css?{{cachebust}}">
10-
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css?{{cachebust}}">
11-
12-
<link rel="stylesheet" href="styles/css/lib/lib.css?{{cachebust}}">
13-
<link rel="stylesheet" href="styles/css/custom/custom.css?{{cachebust}}">
14-
15-
<!-- CONFIGURATION Web Apps based on http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ -->
16-
17-
<!-- ICONS EXAMPLE -->
18-
19-
<!-- iPhone retina icon (iOS < 7) -->
20-
<!-- <link href="resources/ios/icons/apple-touch-icon-precomposed-114x114.png" sizes="114x114" rel="apple-touch-icon-precomposed"> -->
21-
22-
<!-- STARTUP IMAGES -->
23-
<!-- <link href="resources/ios/startup/apple-touch-startup-image-1496x2048.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)" rel="apple-touch-startup-image"> -->
24-
25-
</head>
26-
<body dir="ltr">
27-
<div id="content"></div>
28-
<script>
29-
dojoConfig = {
30-
baseUrl: "mxclientsystem/dojo/",
31-
cacheBust: "{{cachebust}}",
32-
rtlRedirect: "index-rtl.html"
33-
};
34-
</script>
35-
<script>
36-
if (!document.cookie || !document.cookie.match(/(^|;)originURI=/gi))
37-
document.cookie = "originURI=/login.html";
38-
</script>
39-
<script src="mxclientsystem/mxui/mxui.js?{{cachebust}}"></script>
40-
</body>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
7+
<title>Mendix</title>
8+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
9+
<meta name="apple-mobile-web-app-capable" content="yes">
10+
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css?{{cachebust}}">
11+
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css?{{cachebust}}">
12+
13+
<link rel="stylesheet" href="styles/css/lib/lib.css?{{cachebust}}">
14+
<link rel="stylesheet" href="styles/css/custom/custom.css?{{cachebust}}">
15+
16+
<!-- CONFIGURATION Web Apps based on http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ -->
17+
18+
<!-- ICONS EXAMPLE -->
19+
20+
<!-- iPhone retina icon (iOS < 7) -->
21+
<!-- <link href="resources/ios/icons/apple-touch-icon-precomposed-114x114.png" sizes="114x114" rel="apple-touch-icon-precomposed"> -->
22+
23+
<!-- STARTUP IMAGES -->
24+
<!-- <link href="resources/ios/startup/apple-touch-startup-image-1496x2048.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)" rel="apple-touch-startup-image"> -->
25+
26+
</head>
27+
28+
<body dir="ltr">
29+
<div id="content"></div>
30+
<script>
31+
dojoConfig = {
32+
baseUrl: "mxclientsystem/dojo/",
33+
cacheBust: "{{cachebust}}",
34+
rtlRedirect: "index-rtl.html"
35+
};
36+
37+
</script>
38+
<script>
39+
if (!document.cookie || !document.cookie.match(/(^|;)originURI=/gi))
40+
document.cookie = "originURI=/login.html";
41+
42+
</script>
43+
<script src="mxclientsystem/mxui/mxui.js?{{cachebust}}"></script>
44+
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
45+
crossorigin="anonymous"></script>
46+
</body>
47+
4148
</html>

test/widgets/HTMLSnippet.mpk

57 KB
Binary file not shown.

0 commit comments

Comments
 (0)