Skip to content

Commit

Permalink
test/index.html:
Browse files Browse the repository at this point in the history
* remove unneeded type="text/javascript"
* specify charset="iso-8859-1" and lang="en"
  • Loading branch information
XhmikosR committed Feb 24, 2013
1 parent 25fb173 commit 3386135
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="iso-8859-1">
<title>Testing mousewheel plugin</title>

<script>
Expand All @@ -15,7 +16,7 @@
document.write( '<script src="http://' + src + '.js"><\/script>' );
})();
</script>
<script type="text/javascript" src="../jquery.mousewheel.js"></script>
<script src="../jquery.mousewheel.js"></script>

<style>
#test1 {
Expand Down Expand Up @@ -107,7 +108,7 @@
border-bottom-color: #000;
}
</style>
<script type="text/javascript">
<script>
$(function() {
$('#userAgent').html(navigator.userAgent);

Expand Down

0 comments on commit 3386135

Please sign in to comment.