/*function init() { gapi.load('auth2', function() {}); }*/ function loginSuccess(){ toastr.success('Bienvenido','') } function loginError(){ toastr.error('El usuario no tiene acceso a la aplicación', '') } function recordatorio(){ toastr.options= { "closeButton": true, "debug": false, "newestOnTop": false, "progressBar": false, "positionClass": "toast-bottom-full-width", "preventDuplicates": false, "onclick": function() { location.href ="index.html#/admin_fond"; }, "showDuration": "300", "hideDuration": "1000", "timeOut": "20000", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "fadeIn", "hideMethod": "fadeOut" }; toastr.warning('Recuerda actualizar los fondos para el próximo mes','') } function altaAlert(){ toastr.success('Solicitud registrada', '') } function aprobadoAlert(){ toastr.success('Solicitud Aprobada','') } function rechazarAlert(){ toastr.error('Solicitud Rechazada','') } function terminarAlert(){ toastr.success('Solicitud Terminada','') } function cancelarAlert(){ toastr.error('Solicitud Rechazada','') } function cancelarFolioAlert(){ toastr.error('Folio Cancelado') } function cancelarSolicAlert(){ toastr.error('Solicitud Cancelada') } function altaReportSuccess(){ toastr.success('Reporte Agregado','') } function deleteReport(){ toastr.error('Reporte Eliminado','') } function altaUserSuccess(){ toastr.success('El usuario ha sido registrado', '') } function updateUserSuccess(){ toastr.success('Cambios guardados', '') } function updateFondoSuccess(){ toastr.success('Cambios guardados', '') } function altaFondoSuccess(){ toastr.success('Fondo registrado', '') } function catalogFondoSuccess(){ toastr.success('Cátalogo de fondos actualizado', '') } function saveSuccess(){ toastr.success('Cambios guardados', '') } function altaPolitSuccess(){ toastr.success('Archivo Agregado','') } function deletePolitica(){ toastr.error('Archivo Eliminado','') } function altaComunSuccess(){ toastr.success('Archivo Agregado','') } function deleteComunicados(){ toastr.error('Archivo Eliminado','') }