From 0b8d5954f9eb15309b2cfa4f92b1891ce39f6f8d Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Fri, 22 Dec 2017 10:30:45 -0800 Subject: [PATCH] Fix librariaes page --- data/interfaces/default/libraries.html | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/data/interfaces/default/libraries.html b/data/interfaces/default/libraries.html index abc68edf..d138a4aa 100644 --- a/data/interfaces/default/libraries.html +++ b/data/interfaces/default/libraries.html @@ -20,16 +20,10 @@ Edit mode   - % if config['update_section_ids'] == -1: -
- -
- % else:
% endif - % endif
@@ -186,14 +180,6 @@ % if _session['user_group'] == 'admin': $("#refresh-libraries-list").click(function () { - if ("${config['update_section_ids']}" == "1") { - $('#update_section_ids_message').html( - ' Tautulli is updating library IDs in the database. This could take a few minutes to hours depending on the size of your database.' + - '
' + - 'You may leave this page and come back later.'); - $(this).prop('disabled', true); - } - $.ajax({ url: 'refresh_libraries_list', cache: false,