Browse Source

Fixes #2340, no context specified, auto context is not recalculated on resize

intro
jlukic 10 years ago
parent
commit
3661bf7595
  1. 4
      server/files/javascript/docs.js

4
server/files/javascript/docs.js

@ -1033,7 +1033,9 @@ semantic.ready = function() {
// create sidebar sticky
$tocSticky
.sticky()
.sticky({
context: $container
})
;
// load page tabs

Loading…
Cancel
Save