blob: 521bba29bea1aa59c1473fe60ed7dbb0ee58383c [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
<script src="public/javascripts/jquery-1.9.0.min.js" type="text/javascript"></script>
<script>
$(function(){
console.log("Fetching data");
$.get("http://dash.eclipse.org/dash/commits/web-api/commit-active-committers.php?project=modeling.emft.emf-client",
function(result) {
console.log("ready");
console.log(result);
});
});
</script>
</head>
<body>
</body>
</html>