This commit is contained in:
Rushabh Mehta
2012-02-01 15:03:54 +05:30
parent 9ef63f93d6
commit 9c69914cf6
2 changed files with 2 additions and 1 deletions

View File

@@ -401,6 +401,7 @@ HomeToDo.prototype.save = function(btn) {
return; return;
} }
det.name = d.det.name;
var callback = function(r,rt) { var callback = function(r,rt) {
btn.done_working(); btn.done_working();
me.widget.dialog.hide(); me.widget.dialog.hide();

View File

@@ -1 +1 @@
326 327