mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-04 16:12:20 +02:00
Upgraded Raphael.js dependency to v2.1.4
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"raphael": ">=2.1.2",
|
"raphael": ">=2.1.4",
|
||||||
"jquery": ">=1.7",
|
"jquery": ">=1.7",
|
||||||
"jquery-mousewheel": ">=3.1.6"
|
"jquery-mousewheel": ">=3.1.6"
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -121,7 +121,7 @@
|
|||||||
|
|
||||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js" charset="utf-8" ></script>
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js" charset="utf-8" ></script>
|
||||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.12/jquery.mousewheel.min.js" charset="utf-8" ></script>
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.12/jquery.mousewheel.min.js" charset="utf-8" ></script>
|
||||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.2/raphael-min.js" charset="utf-8" ></script>
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.4/raphael-min.js" charset="utf-8" ></script>
|
||||||
<script src="js/jquery.mapael.js" charset="utf-8" ></script>
|
<script src="js/jquery.mapael.js" charset="utf-8" ></script>
|
||||||
<script src="js/maps/france_departments.js" charset="utf-8" ></script>
|
<script src="js/maps/france_departments.js" charset="utf-8" ></script>
|
||||||
<script src="js/maps/world_countries.js" charset="utf-8" ></script>
|
<script src="js/maps/world_countries.js" charset="utf-8" ></script>
|
||||||
|
|||||||
+1
-1
@@ -34,7 +34,7 @@
|
|||||||
"download": "https://github.com/neveldo/jQuery-Mapael/tags",
|
"download": "https://github.com/neveldo/jQuery-Mapael/tags",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": ">=1.7",
|
"jquery": ">=1.7",
|
||||||
"raphael": ">=2.1.2",
|
"raphael": ">=2.1.4",
|
||||||
"jquery-mousewheel": ">=3.1.6"
|
"jquery-mousewheel": ">=3.1.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user