mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated / Added JS and CSS files needed for new design. Updated README.md to include qTip and jqPlot license exceptions
This commit is contained in:
2
html/js/jquery.cycle2.scrollVert.min.js
vendored
Normal file
2
html/js/jquery.cycle2.scrollVert.min.js
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/*! Plugin for Cycle2; Copyright (c) 2012 M. Alsup; ver: 20121120 */
|
||||
(function(a){"use strict",a.fn.cycle.transitions.scrollVert={before:function(a,b,c,d){a.API.stackSlides(a,b,c,d);var e=a.container.css("overflow","hidden").height();a.cssBefore={top:d?-e:e,left:0,opacity:1,display:"block"},a.animIn={top:0},a.animOut={top:d?e:-e}}}})(jQuery);
|
Reference in New Issue
Block a user