crypto-kyc-app.init.js 588 B

123456789101112131415161718192021
  1. /******/ (function() { // webpackBootstrap
  2. var __webpack_exports__ = {};
  3. /*!***************************************************!*\
  4. !*** ./resources/js/pages/crypto-kyc-app.init.js ***!
  5. \***************************************************/
  6. /*
  7. Template Name: Skote - Admin & Dashboard Template
  8. Author: Themesbrand
  9. Website: https://themesbrand.com/
  10. Contact: themesbrand@gmail.com
  11. File: Crypto KYC applicatiion Js File
  12. */
  13. $(document).ready(function () {
  14. $("#kyc-verify-wizard").steps({
  15. headerTag: "h3",
  16. bodyTag: "section",
  17. transitionEffect: "slide"
  18. });
  19. });
  20. /******/ })()
  21. ;