mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
www: remove jquery sticky on the sidebar (#3623)
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
32ad4b9fbf
commit
ad9a7120d0
2 changed files with 0 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
|||
//= require vendor/jquery.min
|
||||
//= require vendor/foundation.min
|
||||
//= require jquery.enllax.min
|
||||
//= require jquery.sticky
|
||||
//= require highlight.min
|
||||
//= require nav
|
||||
//= require particles
|
||||
|
|
|
@ -37,15 +37,6 @@ html
|
|||
|
||||
== javascript_include_tag "all"
|
||||
|
||||
javascript:
|
||||
|
||||
//initiate sticky sidebar from jquery.sticky.js
|
||||
|
||||
if (window.innerWidth > 640) { //don't fix on mobile
|
||||
$('#sidebar').stick_in_parent();
|
||||
}
|
||||
|
||||
|
||||
javascript:
|
||||
|
||||
function initSlideGroup(group) {
|
||||
|
|
Loading…
Reference in a new issue