MCPcopy Index your code
hub / github.com/TruthHun/BookStack / _infoDialogPosition

Function _infoDialogPosition

static/editor.md/editormd.amd.js:1419–1424  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1417 var infoDialog = this.infoDialog;
1418
1419 var _infoDialogPosition = function() {
1420 infoDialog.css({
1421 top : ($(window).height() - infoDialog.height()) / 2 + "px",
1422 left : ($(window).width() - infoDialog.width()) / 2 + "px"
1423 });
1424 };
1425
1426 _infoDialogPosition();
1427

Callers 1

editormd.amd.jsFile · 0.70

Calls 1

$Function · 0.50

Tested by

no test coverage detected