OSDN Git Service

Fixed bug not change title when you update diary.
authorelixirel <elixirel@users.sourceforge.jp>
Thu, 11 Jun 2009 18:02:32 +0000 (03:02 +0900)
committerelixirel <elixirel@users.sourceforge.jp>
Mon, 13 Jul 2009 11:11:31 +0000 (20:11 +0900)
js/lunardial/feedblog_gen.js

index 5d6a93b..6d11670 100644 (file)
@@ -60,6 +60,8 @@ function applyChange(){
         entryList[editIndex].title = document.getElementById("entry_title").value;
         entryList[editIndex].updated = getDate();
         entryList[editIndex].content = document.getElementById("entry_stdin").value.replace(/\r\n/g, "\n");
+               
+               document.getElementById("logBox").options[editIndex + 1].text = entryList[editIndex].title;
     }
     
     document.getElementById("stdout").value = toXml(feedInfo, entryList);