adding json export

This commit is contained in:
Max Ogden
2011-07-02 16:15:55 -07:00
parent fafc1f77bd
commit a9d4117b24
3 changed files with 28 additions and 1 deletions

View File

@@ -22,6 +22,10 @@ var removalist = function() {
window.location.href = app.csvUrl;
}
if ($(e.target).hasClass('json')) {
window.location.href = app.csvUrl;
}
e.preventDefault();
$('.menu').hide();