Skip to content

Commit 3386135

Browse files
committed
test/index.html:
* remove unneeded type="text/javascript" * specify charset="iso-8859-1" and lang="en"
1 parent 25fb173 commit 3386135

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
<!doctype html>
2-
<html>
1+
<!DOCTYPE html>
2+
<html lang="en">
33
<head>
4+
<meta charset="iso-8859-1">
45
<title>Testing mousewheel plugin</title>
56

67
<script>
@@ -15,7 +16,7 @@
1516
document.write( '<script src="http://' + src + '.js"><\/script>' );
1617
})();
1718
</script>
18-
<script type="text/javascript" src="../jquery.mousewheel.js"></script>
19+
<script src="../jquery.mousewheel.js"></script>
1920

2021
<style>
2122
#test1 {
@@ -107,7 +108,7 @@
107108
border-bottom-color: #000;
108109
}
109110
</style>
110-
<script type="text/javascript">
111+
<script>
111112
$(function() {
112113
$('#userAgent').html(navigator.userAgent);
113114

0 commit comments

Comments
 (0)