Skip to content

Commit

Permalink
Clean out old jQuery code
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoesterhuizen committed Nov 1, 2022
1 parent 4a0a0c9 commit c166320
Show file tree
Hide file tree
Showing 149 changed files with 4 additions and 74,669 deletions.
1 change: 0 additions & 1 deletion css-comment-hover/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

<title>Comments</title>

<!-- link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" / -->
<link rel="stylesheet" href="screen.css" media="screen" type="text/css" />
</head>

Expand Down
32 changes: 0 additions & 32 deletions css-comment-hover/jquery.js

This file was deleted.

16 changes: 0 additions & 16 deletions css-creditcards/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
<meta name="viewport" content="width=device-width,initial-scale=1">

<link rel="stylesheet" href="css/style.css">

<script src="js/libs/modernizr-2.0.6.min.js"></script>
</head>
<body>

Expand Down Expand Up @@ -77,19 +75,5 @@ <h1>Table Styling Example</h1>
</footer>
</div> <!--! end of #container -->

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.js"><\/script>')</script>

<!-- scripts concatenated and minified via ant build script-->
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<!-- end scripts-->

<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; // Change UA-XXXXX-X to be your site's ID
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>
Loading

0 comments on commit c166320

Please sign in to comment.