# HG changeset patch # User yoneda # Date 1248601124 -32400 # Node ID ae5491d72470c703f967d85c015f86888077df4b # Parent 9238c1d9e060300ca941953bd25e23b4695920e3 modified: templates/recordedTable.html diff -r 9238c1d9e060 -r ae5491d72470 templates/recordedTable.html --- a/templates/recordedTable.html Sun Jul 26 18:07:39 2009 +0900 +++ b/templates/recordedTable.html Sun Jul 26 18:38:44 2009 +0900 @@ -76,7 +76,7 @@ } $(document).ready(function () { var DG = $('#floatBox4Dialog'); - DG.dialog({title:'あれ?',width:500}); + DG.dialog({title:'変更',width:500}); DG.dialog('close'); }); -->