mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove useless white space in docs.js
This commit is contained in:
parent
ff614a2565
commit
8fa7fd65b7
1 changed files with 1 additions and 1 deletions
|
|
@ -120,5 +120,5 @@ $(function() {
|
|||
|
||||
// Scroll now too in case we had opened the page on a hash, but wait a bit because some browsers
|
||||
// will try to do *their* initial scroll after running the onReady handler.
|
||||
$(window).load(function() { setTimeout(function() { maybeScrollToHash(); }, 25); });
|
||||
$(window).load(function() { setTimeout(function() { maybeScrollToHash(); }, 25); });
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue