Skip to content

Commit 25c5f35

Browse files
author
catcoder
committed
V2.5.4.130507_beta
--修改了删除标题时,右侧编辑区切换混乱的bug
1 parent dbabf6a commit 25c5f35

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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>

js/write.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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){

0 commit comments

Comments
 (0)