Fix bugs with media info table

This commit is contained in:
Jonathan Wong 2016-01-15 22:15:45 -08:00
commit 6152a1e913
10 changed files with 55 additions and 60 deletions

View file

@ -35,7 +35,7 @@
$('#date-header').html(moment('${data}','YYYY-MM-DD').format('ddd MMM Do YYYY'));
history_table_modal_options.ajax = {
url: 'get_history',
type: "post",
type: 'post',
data: function ( d ) {
return {
json_data: JSON.stringify(d),