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'},
|
keys: {enter: 'close', escape: 'close'},
|
||||||
maximizeButton: true,
|
maximizeButton: true,
|
||||||
removeOnClose: true,
|
removeOnClose: true,
|
||||||
title: [value.user, value.action, value.changeid].join(' — ')),
|
title: [value.user, value.action, value.changeid].join(' — '),
|
||||||
width: width - 48
|
width: width - 48
|
||||||
})
|
})
|
||||||
.open();
|
.open();
|
||||||
|
|
Loading…
Reference in a new issue