From fef62d41344ee718dc1f97e65c0c73b1d0fde49f Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 3 Jul 2011 15:48:07 +0200 Subject: [PATCH] another tiny fix to close #87 --- htdocs/frontend/javascripts/wui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/frontend/javascripts/wui.js b/htdocs/frontend/javascripts/wui.js index bbfdca6..45a8894 100644 --- a/htdocs/frontend/javascripts/wui.js +++ b/htdocs/frontend/javascripts/wui.js @@ -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'));