Update tradition name in directory as soon as it is changed. Fixes #35
tla [Sat, 29 Nov 2014 21:35:31 +0000 (22:35 +0100)]
root/js/componentload.js
root/src/header.tt

index 00a4961..5c9412d 100644 (file)
@@ -85,7 +85,10 @@ function load_textinfo() {
        $('#textinfo_waitbox').hide();
        $('#textinfo_load_status').empty();
        $('#textinfo_container').show();
+       // The tradition name should appear here and should be identical in the
+       // corresponding directory span. In case the name was just changed...
        $('.texttitle').empty().append( selectedTextInfo.name );
+       $('#' + selectedTextID).empty().append( selectedTextInfo.name );
        // Witnesses
        $('#witness_num').empty().append( selectedTextInfo.witnesses.size );
        $('#witness_list').empty().append( selectedTextInfo.witnesses.join( ', ' ) );
index 858a528..02d3466 100644 (file)
@@ -1,4 +1,4 @@
-[% vstr = '005' -%]
+[% vstr = '006' -%]
 <!DOCTYPE HTML>
 <html>
   <head>