MCPcopy
hub / github.com/pandao/editor.md / _infoDialogPosition

Function _infoDialogPosition

src/editormd.js:1337–1342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1335 var infoDialog = this.infoDialog;
1336
1337 var _infoDialogPosition = function() {
1338 infoDialog.css({
1339 top : ($(window).height() - infoDialog.height()) / 2 + "px",
1340 left : ($(window).width() - infoDialog.width()) / 2 + "px"
1341 });
1342 };
1343
1344 _infoDialogPosition();
1345

Callers 1

editormd.jsFile · 0.70

Calls 1

$Function · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…