From: Tara L Andrews Date: Mon, 20 Jan 2014 20:13:46 +0000 (+0100) Subject: New library to fix Unicode match bug for 'Merge readings' logic X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f069bb5cd56e0b4e2467bd63d2197c24190ca0da;p=scpubgit%2Fstemmaweb.git New library to fix Unicode match bug for 'Merge readings' logic --- diff --git a/root/js/relationship.js b/root/js/relationship.js index 341c105..1e75e20 100644 --- a/root/js/relationship.js +++ b/root/js/relationship.js @@ -58,14 +58,6 @@ function node_dblclick_listener( evt ) { } $('#reading_normal_form').attr( 'size', nfboxsize ) $('#reading_normal_form').val( normal_form ); - if( editable ) { - // Fill in the witnesses for the de-collation box. - $('#reading_decollate_witnesses').empty(); - $.each( reading_info['witnesses'], function( idx, wit ) { - $('#reading_decollate_witnesses').append( $('