Add individual library page

This commit is contained in:
Jonathan Wong 2016-01-02 16:02:22 -08:00
parent 979d68957e
commit 5fedac691d
13 changed files with 836 additions and 393 deletions

View file

@ -103,7 +103,7 @@
for (var i = 0; i < libraries_to_purge.length; i++) {
$.ajax({
url: 'delete_all_library_history',
data: { library_id: libraries_to_purge[i] },
data: { section_id: libraries_to_purge[i] },
cache: false,
async: true,
success: function (data) {