You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/11/26 18:52:22 UTC

[1/2] git commit: updated refs/heads/master to 806807f

Repository: cloudstack
Updated Branches:
  refs/heads/master 45fa8ffb2 -> 806807f8e


fix regression on 9a23229d946eb117985ef4547acccb3c11f56283, comma was actually a needed separator


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/781702ae
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/781702ae
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/781702ae

Branch: refs/heads/master
Commit: 781702aea7f8e6e31883f22aa519980320609ab4
Parents: 45fa8ff
Author: Daan Hoogland <da...@onecht.net>
Authored: Thu Nov 26 14:07:14 2015 +0100
Committer: Daan Hoogland <da...@onecht.net>
Committed: Thu Nov 26 14:07:14 2015 +0100

----------------------------------------------------------------------
 ui/scripts/accounts.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/781702ae/ui/scripts/accounts.js
----------------------------------------------------------------------
diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js
index da24ab6..376ef12 100644
--- a/ui/scripts/accounts.js
+++ b/ui/scripts/accounts.js
@@ -1405,7 +1405,7 @@
                                                             });
                                                         }
                                                     });
-                                                }
+                                                },
                                                 error: function(json) {
                                                     complete({ error: parseXMLHttpResponse(json) });
                                                 }


[2/2] git commit: updated refs/heads/master to 806807f

Posted by bh...@apache.org.
Merge pull request #1128 from DaanHoogland/trailing-commas

fix regression, comma was a needed separator

* pr/1128:
  fix regression on 9a23229d946eb117985ef4547acccb3c11f56283, comma was actually a needed separator

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/806807f8
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/806807f8
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/806807f8

Branch: refs/heads/master
Commit: 806807f8e62e7d054b16f8883da09b9cb6a41132
Parents: 45fa8ff 781702a
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Thu Nov 26 23:21:13 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Thu Nov 26 23:21:13 2015 +0530

----------------------------------------------------------------------
 ui/scripts/accounts.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------