more javascript issues
This commit is contained in:
parent
438efa655f
commit
2536d9f747
@ -1,9 +1,9 @@
|
|||||||
$(function(){
|
$(function(){
|
||||||
var converter = new showdown.Converter();
|
var converter = new showdown.Converter();
|
||||||
$.ajax('/api/features').done(function(data){
|
$.ajax('/api/features').done(function(data){
|
||||||
$table = $('table.features');
|
var $table = $('table.features');
|
||||||
$.each(data, function(name, details) {
|
$.each(data, function(name, details) {
|
||||||
requirements = $.map(details.requirements, function(r, name){
|
var requirements = $.map(details.requirements, function(r, name){
|
||||||
return '<tr>' +
|
return '<tr>' +
|
||||||
'<td></td>' +
|
'<td></td>' +
|
||||||
'<td>' + name + '</td>' +
|
'<td>' + name + '</td>' +
|
||||||
|
Loading…
Reference in New Issue
Block a user