Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
v1.2.0
  • Loading branch information
zhangxinxu committed May 24, 2017
1 parent 7309bea commit 389ad7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ var MenuItem = remote.MenuItem;
var tapdid = $(this).attr('data-id');

var dialogEdit = new Dialog({
title: '创建项目',
title: '编辑项目',
content: elTplCreate.html(),
width: 550,
onShow: function () {
Expand Down Expand Up @@ -476,6 +476,8 @@ var MenuItem = remote.MenuItem;
});
});

elSubmit.val('确认修改');

// 项目目录标记
new Datalist(elDir);
}
Expand Down

0 comments on commit 389ad7b

Please sign in to comment.