Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ dialogPosition
Function
dialogPosition
static/editor.md/editormd.js:4412–4417 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4410
});
4411
4412
var
dialogPosition =
function
(){
4413
dialog.css({
4414
top : ($(window).height() - dialog.height()) / 2 +
"px"
,
4415
left : ($(window).width() - dialog.width()) / 2 +
"px"
4416
});
4417
};
4418
4419
dialogPosition();
4420
Callers
1
editormd.js
File · 0.70
Calls
1
$
Function · 0.50
Tested by
no test coverage detected