File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,14 @@ catwrite
33
44这是一个用来在现代浏览器中进行码字写作的项目,可以随时随地在有网络的地方进行无干扰舒适的写作,并提供良好的备份。
55
6- ###最新版本:V2.5.3 .130507_beta
6+ ###最新版本:V2.5.4 .130507_beta
77###创建者:catcoder
88
99
10+ ###V2.5.4.130507_beta
11+
12+ --修改了删除标题时,右侧编辑区切换混乱的bug
13+
1014###V2.5.3.130507_beta
1115
1216###V2.5.2.130507_beta
Original file line number Diff line number Diff line change 1919 < div class ="header " id ="header ">
2020 < div class ="logo ">
2121 < img src ="img/header.png " title ="catwrite " />
22- < span > V2.5.3 .130507_beta</ span >
22+ < span > V2.5.4 .130507_beta</ span >
2323 </ div >
2424 < div class ="aboutcat ">
2525 < a href ="javascript:void() " onclick ="aboutcat() "> ABOUT</ a >
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ function del_title(){
297297 var id = $ ( "#" + $ ( "#fouce_left_title_id" ) . val ( ) ) ;
298298 remove_File ( id . find ( "input" ) . first ( ) . val ( ) ) ;
299299 id . hide ( 500 , function ( ) {
300- $ ( "#txtid" ) . hide ( 500 , function ( ) {
300+ $ ( $ ( "#txtid" ) . val ( ) ) . hide ( 500 , function ( ) {
301301 this . remove ( )
302302 } ) ;
303303 if ( id . next ( ) . length > 0 ) {
You can’t perform that action at this time.
0 commit comments