added missing bracket
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/0ab39fd1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0ab39fd1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0ab39fd1 Branch: refs/heads/ui-plugins Commit: 0ab39fd162024b9974f769ce704b95ea0510bde1 Parents: 44ceff4 Author: Kishan Kavala <[email protected]> Authored: Fri Jan 25 19:32:13 2013 +0530 Committer: Kishan Kavala <[email protected]> Committed: Fri Jan 25 19:32:30 2013 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0ab39fd1/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 761900b..def6d44 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -1328,6 +1328,7 @@ if(serviceObjArray == "DefaultSharedNetworkOfferingWithSGService"){ continue; } + } //comment out the following 12 lines because of CS-16718 /*
