mirror of https://github.com/apache/cloudstack.git
remove debugger keyword
This commit is contained in:
parent
3c4d2e32ba
commit
23c8d4b929
|
|
@ -527,8 +527,7 @@
|
|||
url: createURL("listTemplates&id=" + args.context.templates[0].id + "&zoneid=" + args.context.templates[0].zoneid + "&templatefilter=self"),
|
||||
dataType: "json",
|
||||
async: false,
|
||||
success: function(json){
|
||||
debugger;
|
||||
success: function(json){
|
||||
var item = json.listtemplatesresponse.template;
|
||||
args.response.success({data: item});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue