implement json copypaste bulk uploader

This commit is contained in:
Max Ogden
2011-07-24 13:44:28 -07:00
parent a6093b1018
commit ce26ed6afb
3 changed files with 36 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ var recline = function() {
function renderRows(response) {
var rows = response.rows;
if (rows.length < 1) return;
var tableRows = [];
rows.map(function(row) {