test/index.html:

* remove unneeded type="text/javascript"
* specify charset="iso-8859-1" and lang="en"
This commit is contained in:
XhmikosR
2013-02-24 13:55:03 +02:00
parent 25fb173d43
commit 3386135c0c
+5 -4
View File
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="iso-8859-1">
<title>Testing mousewheel plugin</title>
<script>
@@ -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 {
@@ -107,7 +108,7 @@
border-bottom-color: #000;
}
</style>
<script type="text/javascript">
<script>
$(function() {
$('#userAgent').html(navigator.userAgent);