Applied patch from olau@iola.dk, see issues and .

- Legacy-Id: 5479
This commit is contained in:
Henrik Levkowetz 2013-03-05 10:31:03 +00:00
parent 5f32828caa
commit bf7b128ef0

View file

@ -1,7 +1,7 @@
jQuery(document).ready(function () {
function stateChanged() {
var v = $(this).val();
jQuery("#id_message").val(messages[v] || "");
jQuery("#id_message").val(info_msg[v] || "");
if (jQuery.inArray(+v, statesForBallotWoExtern) != -1)
jQuery("tr.ballot-wo-extern").show();