/* Agoda Affiliate Partners Text Link Generator WordPress plugin, Copyright © 2017 Agoda Company Pte. Ltd. (Agoda.com) Agoda Affiliate Partners Text Link Generator is distributed under the terms of the GNU GPL This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. http://www.gnu.org/licenses/gpl-2.0.html You should have received a copy of the GNU General Public License along with this program; see also above URL; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ function agdtlwpTextlinkSave(t){var a={action:"agdtlwp_textlink_save",cid:t};jQuery.post(textlink_ajax_object.ajax_url,a)}function agdtlwpTextlinkLoad(t){var a={action:"agdtlwp_textlink_load"};jQuery.get(textlink_ajax_object.ajax_url,a,function(a){t(a)})}function agdtlwpTextlinkSearch(t,a,e,n){var l={action:"agdtlwp_call_search_api",cid:t,searchType:a,keyword:e};jQuery.get(textlink_ajax_object.ajax_url,l,function(t){n(t)})}function agdtlwpTrackEvent(t){var a={action:"agdtlwp_textlink_track",cid:t};jQuery.post(textlink_ajax_object.ajax_url,a)}