Файл: CloudBox-main/CloudBox/admin_assets/js/pages/registration.js
Строк: 32
<?php
jQuery(document).ready(function(a){form_register_call();ladda_button_load()});function form_register_call(){$("#form-register").submit(function(){return false})}function ladda_button_load(){Ladda.bind("button.ladda-button",{callback:function(a){var c=0;var b=setInterval(function(){c=Math.min(c+Math.random()*0.1,1);a.setProgress(c);if(c===1){a.stop();clearInterval(b);var d=humane.create({baseCls:"humane-jackedup",addnCls:"humane-jackedup-success"});d.log("<span class='glyphicon glyphicon-ok'></span> Successfully registered. check your mail <i class='fa fa-smile-o'></i> ")}},200)}})};
?>