Javascript update set

This commit is contained in:
Malishev Dmitry 2011-09-09 20:29:10 +03:00
parent 0b9711d7c9
commit 257423147e
9 changed files with 94 additions and 48 deletions

View file

@ -69,7 +69,7 @@ App.Model.add = function(values, source_json)
spell: $.toJSON(values)
}, function(reply){
if(!reply.result) {
App.Helpers.Warn('Changes were not applied');
App.Helpers.Warn('Changes were not applied ' + App.Helpers.toJSON(reply.errors) );
}
else {
/*var build_method = App.Env.getWorldName() + '_entry';