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.amd.js:4392–4397 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4390
});
4391
4392
var
dialogPosition =
function
(){
4393
dialog.css({
4394
top : ($(window).height() - dialog.height()) / 2 +
"px"
,
4395
left : ($(window).width() - dialog.width()) / 2 +
"px"
4396
});
4397
};
4398
4399
dialogPosition();
4400
Callers
1
editormd.amd.js
File · 0.70
Calls
1
$
Function · 0.50
Tested by
no test coverage detected