$("#component-msg").removeClass('hide').addClass('alert-error').html("Error creating a new service!").show().delay(2000).fadeOut("slow").removeClass('alert-error');
executePost(url,data,{id:msgId,success:"Saved!",failure:"Can't create new component. Probably permissions problem or component already exists",error:"Error creating a new component!"});
}
});
$(".new-file-button").on("click",function(e){
varcomponentName=prompt("Please enter the name of the new component","newComponent");
executePost(url,data,{id:msgId,success:"Saved!",failure:"Can't create new file. Probably permissions problem or file already exists",error:"Error creating a new file!"});