More clean up of the JS code.
This commit is contained in:
Binary file not shown.
@@ -290,19 +290,8 @@
|
|||||||
const host_file_cache_path = app_config.host_file_cache_path; //'file_cache/';
|
const host_file_cache_path = app_config.host_file_cache_path; //'file_cache/';
|
||||||
//const host_file_cache_check_period = app_config.host_file_cache_check_period; //30000; // 30 seconds
|
//const host_file_cache_check_period = app_config.host_file_cache_check_period; //30000; // 30 seconds
|
||||||
|
|
||||||
|
|
||||||
let idb_tables_have_records = false;
|
let idb_tables_have_records = false;
|
||||||
|
|
||||||
// Development variables:
|
|
||||||
//let account_id = 12;
|
|
||||||
//let event_id = 14;
|
|
||||||
//let event_location_id = 13;
|
|
||||||
//let event_session_id = 827;
|
|
||||||
//let event_presentation_id = 2002;
|
|
||||||
//let event_presenter_id = 2539;
|
|
||||||
//let event_file_id = 28;
|
|
||||||
|
|
||||||
|
|
||||||
var api_auth_loop = setInterval(function() {
|
var api_auth_loop = setInterval(function() {
|
||||||
if (typeof axios.defaults.headers.common['Authorization'] !== 'undefined'
|
if (typeof axios.defaults.headers.common['Authorization'] !== 'undefined'
|
||||||
&& axios.defaults.headers.common['Authorization'] != null) {
|
&& axios.defaults.headers.common['Authorization'] != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user