mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
test/index.html:
* remove unneeded type="text/javascript" * specify charset="iso-8859-1" and lang="en"
This commit is contained in:
+5
-4
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user