another tiny fix to close #87
This commit is contained in:
parent
18dfad1071
commit
fef62d4134
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ vz.wui.dialogs.init = function() {
|
|||
});
|
||||
|
||||
$('#entity-public input[type=button]').click(function() {
|
||||
var entity = $('#entity-public-entity:selected').data('entity');
|
||||
var entity = $('#entity-public-entity option:selected').data('entity');
|
||||
|
||||
try {
|
||||
entity.cookie = Boolean($('#entity-public-cookie').attr('checked'));
|
||||
|
|
Loading…
Add table
Reference in a new issue