Skip to content

Commit bf7b128

Browse files
committed
Applied patch from olau@iola.dk, see issues ietf-tools#949 and ietf-tools#877.
- Legacy-Id: 5479
1 parent 5f32828 commit bf7b128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/js/charter-change-state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
jQuery(document).ready(function () {
22
function stateChanged() {
33
var v = $(this).val();
4-
jQuery("#id_message").val(messages[v] || "");
4+
jQuery("#id_message").val(info_msg[v] || "");
55

66
if (jQuery.inArray(+v, statesForBallotWoExtern) != -1)
77
jQuery("tr.ballot-wo-extern").show();

0 commit comments

Comments
 (0)