/*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('Movimiento registrado', '') } function altaUserSuccess(){ toastr.success('El usuario ha sido registrado', '') } function updateUserSuccess(){ toastr.success('Cambios guardados', '') } function updateFondoSuccess(){ toastr.success('Cambios guardados', '') } function catalogFondoSuccess(){ toastr.success('Cátalogo de fondos actualizado', '') } function saveSuccess(){ toastr.success('Cambios guardados', '') } function deletePolitica(){ toastr.error('Archivo Eliminado','') } function SinResultados(){ toastr.warning('No se encontraron resultados con ese S.D.','') } function obligatorios(campo){ toastr.error('El campo es obligatorio ' + campo) } function longitudincisos(){ toastr.error('El maximo de Tramites permitido es 10000') } function CargaCompleta(){ toastr.success('Carga Completada','') } function Intervalos(tiempo){ toastr.success(tiempo,'') }