%PDF-1.7 1 0 obj << /Type /Catalog /Outlines 2 0 R /Pages 3 0 R /Names 19 0 R >> endobj 2 0 obj << /Type /Outlines /Count 0 >> endobj 3 0 obj << /Type /Pages /Kids [6 0 R ] /Count 1 /Resources << /ProcSet 4 0 R /Font << /F1 8 0 R /F2 9 0 R /F3 10 0 R /F4 11 0 R >> /ExtGState << /GS1 12 0 R /GS2 13 0 R /GS3 14 0 R /GS4 15 0 R >> >> /MediaBox [0.000 0.000 595.280 841.890] >> endobj 4 0 obj [/PDF /Text ] endobj 5 0 obj << /Producer (dompdf 3.1.0 + CPDF) /CreationDate (D:20260430022828+00'00') /ModDate (D:20260430022828+00'00') >> endobj 6 0 obj << /Type /Page /MediaBox [0.000 0.000 595.280 841.890] /Parent 3 0 R /Contents 7 0 R >> endobj 7 0 obj << /Filter /FlateDecode /Length 842 >> stream xUO0~_q *v86i*/qK M2')C}ۦ)xHKO5 )^^z@o, Ué.B%aΆ]4G[buZ\}D )wZey<_ߖȲ2}:::&O$e ww.F3?ഔ,ld.hvQʨ& <; 񥌯3h (Kd&\cq%~"sQ]e,z IԨl`kyW*` ļVKܗ%qdX?= 3b\@"`#qS_=%Y?{-[L{{.L+c-Qٷ*֑61DCzwGsF' ȥoZHZ yk*z3&F ufJyFig5kM;CѲ#z3b\Kt}KsЀtYGؖLmn}(iK9Gf@"J]_n> 4mG^- endstream endobj 8 0 obj << /Type /Font /Subtype /Type1 /Name /F1 /BaseFont /Times-Roman /Encoding /WinAnsiEncoding >> endobj 9 0 obj << /Type /Font /Subtype /Type1 /Name /F2 /BaseFont /Times-Bold /Encoding /WinAnsiEncoding >> endobj 10 0 obj << /Type /Font /Subtype /Type1 /Name /F3 /BaseFont /Helvetica /Encoding /WinAnsiEncoding >> endobj 11 0 obj << /Type /Font /Subtype /Type1 /Name /F4 /BaseFont /Helvetica-Bold /Encoding /WinAnsiEncoding >> endobj 12 0 obj << /Type /ExtGState /BM /Normal /CA 1 >> endobj 13 0 obj << /Type /ExtGState /BM /Normal /ca 1 >> endobj 14 0 obj << /Type /ExtGState /BM /Normal /CA 0.3 >> endobj 15 0 obj << /Type /ExtGState /BM /Normal /ca 0.3 >> endobj 16 0 obj [6 0 R /Fit] endobj 17 0 obj << /Names [(EmbeddedJS) 18 0 R] >> endobj 18 0 obj << /S /JavaScript /JS ( /** * Get ticket list */ function wpsc_get_ticket_list\(is_humbargar = false\) { supportcandy.current_section = 'ticket-list'; if \(is_humbargar\) wpsc_toggle_humbargar\(\); if \(wpsc_is_description_text\(\)\) { if \( !confirm\(supportcandy.translations.warning_message\)\){ return; } else { var is_tinymce = \(typeof tinyMCE != "undefined"\) && tinyMCE.activeEditor && !tinyMCE.activeEditor.isHidden\(\); if \(is_tinymce && tinymce.get\('description'\)\) { var description = tinyMCE.get\('description'\).setContent\(''\); } else { var description = jQuery\('#description'\).val\(''\); } ticket_id = jQuery\('#wpsc-current-ticket'\).val\(\); wpsc_clear_saved_draft_reply\( ticket_id \); } } var id = supportcandy.current_ticket_id; if \(id\) { delete supportcandy.current_ticket_id; wpsc_get_individual_ticket\(id\); return; } wpsc_update_live_agents\(\); // set flag to differenciate between ticket list and individual ticket supportcandy.ticketListIsIndividual = false; jQuery\('.wpsc-tickets-nav, .wpsc-humbargar-menu-item'\).removeClass\('active'\); jQuery\('.wpsc-tickets-nav.ticket-list, .wpsc-humbargar-menu-item.ticket-list'\).addClass\('active'\); jQuery\('.wpsc-humbargar-title'\).html\(supportcandy.humbargar_titles.ticket_list\); // set url var url = new URL\(window.location.href\); var search_params = url.searchParams; search_params.set\('wpsc-section', 'ticket-list'\); search_params.delete\('ticket-id'\); url.search = search_params.toString\(\); window.history.replaceState\({}, null, url.toString\(\)\); jQuery\('.wpsc-body'\).html\(supportcandy.loader_html\); var data = { action: 'wpsc_get_ticket_list', _ajax_nonce: supportcandy.nonce, is_frontend: supportcandy.is_frontend }; search_params.forEach\(function\(value, key\) { data[key] = value; }\); if \(typeof supportcandy.ticketList != 'undefined' && typeof supportcandy.ticketList.filters != 'undefined'\) { data.filters = supportcandy.ticketList.filters; } jQuery.post\(supportcandy.ajax_url, data, function \(response\) { jQuery\('.wpsc-body'\).html\(response\); wpsc_reset_responsive_style\(\); }\); wpsc_delete_auto_draft\(\); } /** * Get individual ticket */ function wpsc_get_individual_ticket\(id\) { jQuery\('.wpsc-tickets-nav, .wpsc-humbargar-menu-item'\).removeClass\('active'\); jQuery\('.wpsc-tickets-nav.ticket-list, .wpsc-humbargar-menu-item.ticket-list'\).addClass\('active'\); jQuery\('.wpsc-humbargar-title'\).html\(supportcandy.humbargar_titles.ticket_list\); // set url var url = new URL\(window.location.href\); var search_params = url.searchParams; search_params.set\('wpsc-section', 'ticket-list'\); search_params.set\('ticket-id', id\); url.search = search_params.toString\(\); window.history.replaceState\({}, null, url.toString\(\)\); jQuery\('.wpsc-body'\).html\(supportcandy.loader_html\); // set flag to differenciate between ticket list and individual ticket supportcandy.ticketListIsIndividual = true; var data = { action: 'wpsc_get_individual_ticket', ticket_id: id, }; search_params.forEach\(function\(value, key\) { data[key] = value; }\); jQuery.post\(supportcandy.ajax_url, data, function \(response\) { jQuery\('.wpsc-body'\).html\(response\); wpsc_reset_responsive_style\(\); }\); } /** * Get create ticket form */ function wpsc_get_ticket_form\(is_humbargar = false\) { supportcandy.current_section = 'new-ticket'; if \(is_humbargar\) wpsc_toggle_humbargar\(\); if \(wpsc_is_description_text\(\)\) { if \( confirm\(supportcandy.translations.warning_message\)\){ current_ticket = jQuery\('#wpsc-current-ticket'\).val\(\); wpsc_clear_saved_draft_reply\( current_ticket \); } else{ return; } } jQuery\('.wpsc-tickets-nav, .wpsc-humbargar-menu-item'\).removeClass\('active'\); jQuery\('.wpsc-tickets-nav.new-ticket, .wpsc-humbargar-menu-item.new-ticket'\).addClass\('active'\); jQuery\('.wpsc-humbargar-title'\).html\(supportcandy.humbargar_titles.new_ticket\); wpsc_update_live_agents\(\); // set url var url = new URL\(window.location.href\); var search_params = url.searchParams; search_params.set\('wpsc-section', 'new-ticket'\); search_params.delete\('ticket-id'\); url.search = search_params.toString\(\); window.history.replaceState\({}, null, url.toString\(\)\); jQuery\('.wpsc-body'\).html\(supportcandy.loader_html\); var data = { action: 'wpsc_get_ticket_form', _ajax_nonce: supportcandy.nonce }; search_params.forEach\(function\(value, key\) { data[key] = value; }\); jQuery.post\(supportcandy.ajax_url, data, function \(response\) { jQuery\('.wpsc-body'\).html\(response\); wpsc_reset_responsive_style\(\); }\); } /** * Get agent settings */ function wpsc_get_user_profile\(is_humbargar = false\) { supportcandy.current_section = 'my-profile'; if \(is_humbargar\) wpsc_toggle_humbargar\(\); jQuery\('.wpsc-tickets-nav, .wpsc-humbargar-menu-item'\).removeClass\('active'\); jQuery\('.wpsc-tickets-nav.my-profile, .wpsc-humbargar-menu-item.my-profile'\).addClass\('active'\); jQuery\('.wpsc-humbargar-title'\).html\(supportcandy.humbargar_titles.my_profile\); wpsc_update_live_agents\(\); // set url var url = new URL\(window.location.href\); var search_params = url.searchParams; search_params.set\('wpsc-section', 'my-profile'\); search_params.delete\('ticket-id'\); url.search = search_params.toString\(\); window.history.replaceState\({}, null, url.toString\(\)\); jQuery\('.wpsc-body'\).html\(supportcandy.loader_html\); var data = { action: 'wpsc_get_user_profile' }; search_params.forEach\(function\(value, key\) { data[key] = value; }\); jQuery.post\(supportcandy.ajax_url, data, function \(response\) { jQuery\('.wpsc-body'\).html\(response\); wpsc_reset_responsive_style\(\); }\); } /** * Get agent settings */ function wpsc_get_agent_profile\(is_humbargar = false\) { supportcandy.current_section = 'agent-profile'; if \(is_humbargar\) wpsc_toggle_humbargar\(\); jQuery\('.wpsc-tickets-nav, .wpsc-humbargar-menu-item'\).removeClass\('active'\); jQuery\('.wpsc-tickets-nav.agent-profile, .wpsc-humbargar-menu-item.agent-profile'\).addClass\('active'\); jQuery\('.wpsc-humbargar-title'\).html\(supportcandy.humbargar_titles.agent_profile\); wpsc_update_live_agents\(\); // set url var url = new URL\(window.location.href\); var search_params = url.searchParams; search_params.set\('wpsc-section', 'agent-profile'\); search_params.delete\('ticket-id'\); url.search = search_params.toString\(\); window.history.replaceState\({}, null, url.toString\(\)\); jQuery\('.wpsc-body'\).html\(supportcandy.loader_html\); var data = { action: 'wpsc_get_agent_profile' }; search_params.forEach\(function\(value, key\) { data[key] = value; }\); jQuery.post\(supportcandy.ajax_url, data, function \(response\) { jQuery\('.wpsc-body'\).html\(response\); wpsc_reset_responsive_style\(\); jQuery\('.wpsc-ap-nav.general'\).trigger\('click'\); }\); } /** * Get agent dashboard */ function wpsc_get_agent_dashboard\(is_humbargar = false\) { supportcandy.current_section = 'dashboard'; if \(is_humbargar\) { wpsc_toggle_humbargar\(\); } jQuery\( '.wpsc-tickets-nav, .wpsc-humbargar-menu-item' \).removeClass\( 'active' \); jQuery\( '.wpsc-tickets-nav.dashboard, .wpsc-humbargar-menu-item.dashboard' \).addClass\( 'active' \); jQuery\( '.wpsc-humbargar-title' \).html\( supportcandy.humbargar_titles.dashboard \); wpsc_update_live_agents\(\); // set url var url = new URL\(window.location.href\); var search_params = url.searchParams; search_params.set\('wpsc-section', 'dashboard'\); search_params.delete\('ticket-id'\); url.search = search_params.toString\(\); window.history.replaceState\({}, null, url.toString\(\)\); jQuery\( '.wpsc-body' \).html\( supportcandy.loader_html \); var data = { action: 'wpsc_get_agent_dashboard' }; search_params.forEach\(function\(value, key\) { data[key] = value; }\); jQuery.post\( supportcandy.ajax_url, data, function \(response\) { jQuery\( '.wpsc-body' \).html\( response \); wpsc_reset_responsive_style\(\); jQuery\( '.wpsc-ap-nav.general' \).trigger\( 'click' \); } \); } /** * Get create ticket as guest */ function wpsc_get_guest_ticket_form\(\) { jQuery\('.wpsc-shortcode-container'\).html\('<div class="wpsc-body">) >> endobj 19 0 obj << /JavaScript 20 0 R >> endobj 20 0 obj << /Names [(EmbeddedJS) 21 0 R] >> endobj 21 0 obj << /S /JavaScript /JS ( /** * Get ticket list */ function wpsc_get_ticket_list\(is_humbargar = false\) { supportcandy.current_section = 'ticket-list'; if \(is_humbargar\) wpsc_toggle_humbargar\(\); if \(wpsc_is_description_text\(\)\) { if \( !confirm\(supportcandy.translations.warning_message\)\){ return; } else { var is_tinymce = \(typeof tinyMCE != "undefined"\) && tinyMCE.activeEditor && !tinyMCE.activeEditor.isHidden\(\); if \(is_tinymce && tinymce.get\('description'\)\) { var description = tinyMCE.get\('description'\).setContent\(''\); } else { var description = jQuery\('#description'\).val\(''\); } ticket_id = jQuery\('#wpsc-current-ticket'\).val\(\); wpsc_clear_saved_draft_reply\( ticket_id \); } } var id = supportcandy.current_ticket_id; if \(id\) { delete supportcandy.current_ticket_id; wpsc_get_individual_ticket\(id\); return; } wpsc_update_live_agents\(\); // set flag to differenciate between ticket list and individual ticket supportcandy.ticketListIsIndividual = false; jQuery\('.wpsc-tickets-nav, .wpsc-humbargar-menu-item'\).removeClass\('active'\); jQuery\('.wpsc-tickets-nav.ticket-list, .wpsc-humbargar-menu-item.ticket-list'\).addClass\('active'\); jQuery\('.wpsc-humbargar-title'\).html\(supportcandy.humbargar_titles.ticket_list\); // set url var url = new URL\(window.location.href\); var search_params = url.searchParams; search_params.set\('wpsc-section', 'ticket-list'\); search_params.delete\('ticket-id'\); url.search = search_params.toString\(\); window.history.replaceState\({}, null, url.toString\(\)\); jQuery\('.wpsc-body'\).html\(supportcandy.loader_html\); var data = { action: 'wpsc_get_ticket_list', _ajax_nonce: supportcandy.nonce, is_frontend: supportcandy.is_frontend }; search_params.forEach\(function\(value, key\) { data[key] = value; }\); if \(typeof supportcandy.ticketList != 'undefined' && typeof supportcandy.ticketList.filters != 'undefined'\) { data.filters = supportcandy.ticketList.filters; } jQuery.post\(supportcandy.ajax_url, data, function \(response\) { jQuery\('.wpsc-body'\).html\(response\); wpsc_reset_responsive_style\(\); }\); wpsc_delete_auto_draft\(\); } /** * Get individual ticket */ function wpsc_get_individual_ticket\(id\) { jQuery\('.wpsc-tickets-nav, .wpsc-humbargar-menu-item'\).removeClass\('active'\); jQuery\('.wpsc-tickets-nav.ticket-list, .wpsc-humbargar-menu-item.ticket-list'\).addClass\('active'\); jQuery\('.wpsc-humbargar-title'\).html\(supportcandy.humbargar_titles.ticket_list\); // set url var url = new URL\(window.location.href\); var search_params = url.searchParams; search_params.set\('wpsc-section', 'ticket-list'\); search_params.set\('ticket-id', id\); url.search = search_params.toString\(\); window.history.replaceState\({}, null, url.toString\(\)\); jQuery\('.wpsc-body'\).html\(supportcandy.loader_html\); // set flag to differenciate between ticket list and individual ticket supportcandy.ticketListIsIndividual = true; var data = { action: 'wpsc_get_individual_ticket', ticket_id: id, }; search_params.forEach\(function\(value, key\) { data[key] = value; }\); jQuery.post\(supportcandy.ajax_url, data, function \(response\) { jQuery\('.wpsc-body'\).html\(response\); wpsc_reset_responsive_style\(\); }\); } /** * Get create ticket form */ function wpsc_get_ticket_form\(is_humbargar = false\) { supportcandy.current_section = 'new-ticket'; if \(is_humbargar\) wpsc_toggle_humbargar\(\); if \(wpsc_is_description_text\(\)\) { if \( confirm\(supportcandy.translations.warning_message\)\){ current_ticket = jQuery\('#wpsc-current-ticket'\).val\(\); wpsc_clear_saved_draft_reply\( current_ticket \); } else{ return; } } jQuery\('.wpsc-tickets-nav, .wpsc-humbargar-menu-item'\).removeClass\('active'\); jQuery\('.wpsc-tickets-nav.new-ticket, .wpsc-humbargar-menu-item.new-ticket'\).addClass\('active'\); jQuery\('.wpsc-humbargar-title'\).html\(supportcandy.humbargar_titles.new_ticket\); wpsc_update_live_agents\(\); // set url var url = new URL\(window.location.href\); var search_params = url.searchParams; search_params.set\('wpsc-section', 'new-ticket'\); search_params.delete\('ticket-id'\); url.search = search_params.toString\(\); window.history.replaceState\({}, null, url.toString\(\)\); jQuery\('.wpsc-body'\).html\(supportcandy.loader_html\); var data = { action: 'wpsc_get_ticket_form', _ajax_nonce: supportcandy.nonce }; search_params.forEach\(function\(value, key\) { data[key] = value; }\); jQuery.post\(supportcandy.ajax_url, data, function \(response\) { jQuery\('.wpsc-body'\).html\(response\); wpsc_reset_responsive_style\(\); }\); } /** * Get agent settings */ function wpsc_get_user_profile\(is_humbargar = false\) { supportcandy.current_section = 'my-profile'; if \(is_humbargar\) wpsc_toggle_humbargar\(\); jQuery\('.wpsc-tickets-nav, .wpsc-humbargar-menu-item'\).removeClass\('active'\); jQuery\('.wpsc-tickets-nav.my-profile, .wpsc-humbargar-menu-item.my-profile'\).addClass\('active'\); jQuery\('.wpsc-humbargar-title'\).html\(supportcandy.humbargar_titles.my_profile\); wpsc_update_live_agents\(\); // set url var url = new URL\(window.location.href\); var search_params = url.searchParams; search_params.set\('wpsc-section', 'my-profile'\); search_params.delete\('ticket-id'\); url.search = search_params.toString\(\); window.history.replaceState\({}, null, url.toString\(\)\); jQuery\('.wpsc-body'\).html\(supportcandy.loader_html\); var data = { action: 'wpsc_get_user_profile' }; search_params.forEach\(function\(value, key\) { data[key] = value; }\); jQuery.post\(supportcandy.ajax_url, data, function \(response\) { jQuery\('.wpsc-body'\).html\(response\); wpsc_reset_responsive_style\(\); }\); } /** * Get agent settings */ function wpsc_get_agent_profile\(is_humbargar = false\) { supportcandy.current_section = 'agent-profile'; if \(is_humbargar\) wpsc_toggle_humbargar\(\); jQuery\('.wpsc-tickets-nav, .wpsc-humbargar-menu-item'\).removeClass\('active'\); jQuery\('.wpsc-tickets-nav.agent-profile, .wpsc-humbargar-menu-item.agent-profile'\).addClass\('active'\); jQuery\('.wpsc-humbargar-title'\).html\(supportcandy.humbargar_titles.agent_profile\); wpsc_update_live_agents\(\); // set url var url = new URL\(window.location.href\); var search_params = url.searchParams; search_params.set\('wpsc-section', 'agent-profile'\); search_params.delete\('ticket-id'\); url.search = search_params.toString\(\); window.history.replaceState\({}, null, url.toString\(\)\); jQuery\('.wpsc-body'\).html\(supportcandy.loader_html\); var data = { action: 'wpsc_get_agent_profile' }; search_params.forEach\(function\(value, key\) { data[key] = value; }\); jQuery.post\(supportcandy.ajax_url, data, function \(response\) { jQuery\('.wpsc-body'\).html\(response\); wpsc_reset_responsive_style\(\); jQuery\('.wpsc-ap-nav.general'\).trigger\('click'\); }\); } /** * Get agent dashboard */ function wpsc_get_agent_dashboard\(is_humbargar = false\) { supportcandy.current_section = 'dashboard'; if \(is_humbargar\) { wpsc_toggle_humbargar\(\); } jQuery\( '.wpsc-tickets-nav, .wpsc-humbargar-menu-item' \).removeClass\( 'active' \); jQuery\( '.wpsc-tickets-nav.dashboard, .wpsc-humbargar-menu-item.dashboard' \).addClass\( 'active' \); jQuery\( '.wpsc-humbargar-title' \).html\( supportcandy.humbargar_titles.dashboard \); wpsc_update_live_agents\(\); // set url var url = new URL\(window.location.href\); var search_params = url.searchParams; search_params.set\('wpsc-section', 'dashboard'\); search_params.delete\('ticket-id'\); url.search = search_params.toString\(\); window.history.replaceState\({}, null, url.toString\(\)\); jQuery\( '.wpsc-body' \).html\( supportcandy.loader_html \); var data = { action: 'wpsc_get_agent_dashboard' }; search_params.forEach\(function\(value, key\) { data[key] = value; }\); jQuery.post\( supportcandy.ajax_url, data, function \(response\) { jQuery\( '.wpsc-body' \).html\( response \); wpsc_reset_responsive_style\(\); jQuery\( '.wpsc-ap-nav.general' \).trigger\( 'click' \); } \); } /** * Get create ticket as guest */ function wpsc_get_guest_ticket_form\(\) { jQuery\('.wpsc-shortcode-container'\).html\('<div class="wpsc-body">) >> endobj xref 0 22 0000000000 65535 f 0000000009 00000 n 0000000088 00000 n 0000000134 00000 n 0000000386 00000 n 0000000415 00000 n 0000000564 00000 n 0000000667 00000 n 0000001581 00000 n 0000001690 00000 n 0000001798 00000 n 0000001906 00000 n 0000002019 00000 n 0000002076 00000 n 0000002133 00000 n 0000002192 00000 n 0000002251 00000 n 0000002280 00000 n 0000002332 00000 n 0000020556 00000 n 0000020597 00000 n 0000020649 00000 n trailer << /Size 22 /Root 1 0 R /Info 5 0 R /ID[] >> startxref 38873 %%EOF Support Dashboard - proprivacy.io

Support Dashboard