We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c869f commit b488710Copy full SHA for b488710
assets/javascripts/diff_popup.js
@@ -27,13 +27,13 @@ function replaceJournalDiff()
27
title: "#" + journalIndice,
28
width: window.innerWidth / 2 - 40,
29
maxHeight: window.innerHeight - 160,
30
+ position: { my: "center center", at: "right center", of: window },
31
create: function(event) {
32
$(event.target).dialog("widget").css({ "position": "fixed" });
33
},
34
open: function() {
35
$(this).find("a").blur();
36
- position: { my: "center center", at: "right center", of: window },
37
close: function (event) {
38
$(this).dialog("destroy");
39
$(event.target).remove();
0 commit comments