forked from 0x2620/pandora
typo
This commit is contained in:
parent
52adb3fd3d
commit
8c708a9d9f
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ pandora.ui.changelogDialog = function() {
|
|||
keys: {enter: 'close', escape: 'close'},
|
||||
maximizeButton: true,
|
||||
removeOnClose: true,
|
||||
title: [value.user, value.action, value.changeid].join(' — ')),
|
||||
title: [value.user, value.action, value.changeid].join(' — '),
|
||||
width: width - 48
|
||||
})
|
||||
.open();
|
||||
|
|
Loading…
Reference in a new issue