Skip to content
This repository was archived by the owner on Feb 11, 2019. It is now read-only.

Commit b341aa9

Browse files
optimized version fix
1 parent 8910b9f commit b341aa9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
/web-optimization/app-optimized/.idea
22
/web-optimization/app-unoptimized/.idea
3+
/.idea/.name
4+
/.idea/encodings.xml
5+
/.idea/examples.iml
6+
/.idea/misc.xml
7+
/.idea/modules.xml
8+
/.idea/scopes/scope_settings.xml
9+
/.idea/vcs.xml
10+
/.idea/workspace.xml

web-optimization/app-optimized/index.htm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,300' rel='stylesheet' type='text/css'>
99
<link type="text/css" rel="stylesheet" href="Content/styles/style.css">
1010
<link rel="apple-touch-icon" href="http://devbproto.com/favicon.png">
11-
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
12-
<script type="text/javascript" src="Scripts/main.js"></script></head>
11+
</head>
1312
<body>
1413

1514
<div class="page">
@@ -512,5 +511,7 @@ <h1>Unminified example</h1>
512511
<!-- Footer Content -->
513512
</div>
514513
</footer>
514+
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
515+
<script type="text/javascript" src="Scripts/main.js"></script>
515516
</body>
516517
</html>

0 commit comments

Comments
 (0)