Skip to content

Commit b488710

Browse files
committed
small change
1 parent 22c869f commit b488710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/diff_popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ function replaceJournalDiff()
2727
title: "#" + journalIndice,
2828
width: window.innerWidth / 2 - 40,
2929
maxHeight: window.innerHeight - 160,
30+
position: { my: "center center", at: "right center", of: window },
3031
create: function(event) {
3132
$(event.target).dialog("widget").css({ "position": "fixed" });
3233
},
3334
open: function() {
3435
$(this).find("a").blur();
3536
},
36-
position: { my: "center center", at: "right center", of: window },
3737
close: function (event) {
3838
$(this).dialog("destroy");
3939
$(event.target).remove();

0 commit comments

Comments
 (0)