This commit is contained in:
rolux 2014-12-17 17:06:54 +00:00
parent 52adb3fd3d
commit 8c708a9d9f

View file

@ -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();