From: tla Date: Mon, 4 Nov 2013 16:36:56 +0000 (+0100) Subject: use the attribute name that actually gets serialized X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b8f3a8c84607f14ac726968064cd35d3ea0a661c;p=scpubgit%2Fstemmaweb.git use the attribute name that actually gets serialized --- diff --git a/root/js/componentload.js b/root/js/componentload.js index 80112d3..0f98f35 100644 --- a/root/js/componentload.js +++ b/root/js/componentload.js @@ -523,7 +523,7 @@ $(document).ready( function() { }, open: function(evt) { $('#stemweb_run_status').empty(); - $('#stemweb_tradition').attr('val', selectedTextID ); + $('#stemweb_tradition').attr('value', selectedTextID ); }, }).ajaxError( function(event, jqXHR, ajaxSettings, thrownError) { $(event.target).parent().find('.ui-button').button("enable");