Some javascript cleanup in settings

This commit is contained in:
JonnyWong16 2016-05-12 20:58:33 -07:00
parent 955b69a9bf
commit b0eb98c667
3 changed files with 263 additions and 336 deletions

View file

@ -122,7 +122,6 @@
});
function loadHistoryTable(media_type, selected_user_id) {
console.log(selected_user_id)
history_table_options.ajax = {
url: 'get_history',
type: 'post',
@ -150,7 +149,6 @@
$('#history-user').on('change', function () {
selected_user_id = $(this).val() || null;
console.log(selected_user_id)
history_table.draw();
});
}