mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
add compatibility with jQuery 1.7
This commit is contained in:
+8
-1
@@ -2,7 +2,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Testing mousewheel plugin</title>
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script>
|
||||
|
||||
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-git.js"></script>-->
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.js"></script>
|
||||
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.js"></script>-->
|
||||
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.js"></script>-->
|
||||
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.3.2.js"></script>-->
|
||||
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.2.6.js"></script>-->
|
||||
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.2.2.js"></script>-->
|
||||
<script type="text/javascript" src="../jquery.mousewheel.js"></script>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user