%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:20260430085155+00'00') /ModDate (D:20260430085155+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 834 >> stream xUO0~_q(ۉ@4QTE[i9I6MC^rw0~If^Ku|İsQ^{$ xІ`9!.2IQ%yfyE!M*6{Ph"Qeƹ{3lm|+&3DdU [;0Hg͙>317$c% J޻.\VQŏhN"),Yaj"KQ24MQ>}|5R}6'M4S`S"r;eɓ1 {c!1Q4MJݧ}Y,I&.<=8, ޽oud~d%PR1T6jjHu,B3aF!}{6B>䅐p&Qxey]mEj{!NT˴ojyؓ,` =ĜVMHߗC)m@.rIH]SfC2k)66 qK0&0 |sԖj۠OͺqO Q!<qi,F Sh?vbFۤI3jO _-miCJ^~:>\Ep]V!mw> 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 0000001573 00000 n 0000001682 00000 n 0000001790 00000 n 0000001898 00000 n 0000002011 00000 n 0000002068 00000 n 0000002125 00000 n 0000002184 00000 n 0000002243 00000 n 0000002272 00000 n 0000002324 00000 n 0000020548 00000 n 0000020589 00000 n 0000020641 00000 n trailer << /Size 22 /Root 1 0 R /Info 5 0 R /ID[<609bb47c9fcd35fc49a392c5aa9e3b7b><609bb47c9fcd35fc49a392c5aa9e3b7b>] >> startxref 38865 %%EOF Ticket - proprivacy.io

Ticket