--- a/client/js/full-json.js Tue Apr 23 22:14:59 2013 +0200
+++ b/client/js/full-json.js Tue Apr 23 22:15:10 2013 +0200
@@ -14,14 +14,14 @@
var _save = function() {
var _data = _proj.toJSON();
if (!_renkan.read_only) {
- Rkns.$.ajax({
- type: _opts.http_method,
- url: _opts.url,
- contentType: "application/json",
- data: JSON.stringify(_data),
- success: function(data, textStatus, jqXHR) {
- }
- });
+ Rkns.$.ajax({
+ type: _opts.http_method,
+ url: _opts.url,
+ contentType: "application/json",
+ data: JSON.stringify(_data),
+ success: function(data, textStatus, jqXHR) {
+ }
+ });
}
}