client/js/full-json.js
changeset 168 f978d70a9e63
parent 116 07f9fc847d5d
child 170 603ffa4c6fa5
--- 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) {
+                }
+            });
         }
         
     }