qsadfasdgfgads

Untitled

Jul 13th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /******/ (function(modules) { // webpackBootstrap
  2. /******/    // The module cache
  3. /******/    var installedModules = {};
  4. /******/
  5. /******/    // The require function
  6. /******/    function __webpack_require__(moduleId) {
  7. /******/
  8. /******/        // Check if module is in cache
  9. /******/        if(installedModules[moduleId]) {
  10. /******/            return installedModules[moduleId].exports;
  11. /******/        }
  12. /******/        // Create a new module (and put it into the cache)
  13. /******/        var module = installedModules[moduleId] = {
  14. /******/            i: moduleId,
  15. /******/            l: false,
  16. /******/            exports: {}
  17. /******/        };
  18. /******/
  19. /******/        // Execute the module function
  20. /******/        modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
  21. /******/
  22. /******/        // Flag the module as loaded
  23. /******/        module.l = true;
  24. /******/
  25. /******/        // Return the exports of the module
  26. /******/        return module.exports;
  27. /******/    }
  28. /******/
  29. /******/
  30. /******/    // expose the modules object (__webpack_modules__)
  31. /******/    __webpack_require__.m = modules;
  32. /******/
  33. /******/    // expose the module cache
  34. /******/    __webpack_require__.c = installedModules;
  35. /******/
  36. /******/    // define getter function for harmony exports
  37. /******/    __webpack_require__.d = function(exports, name, getter) {
  38. /******/        if(!__webpack_require__.o(exports, name)) {
  39. /******/            Object.defineProperty(exports, name, { enumerable: true, get: getter });
  40. /******/        }
  41. /******/    };
  42. /******/
  43. /******/    // define __esModule on exports
  44. /******/    __webpack_require__.r = function(exports) {
  45. /******/        if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
  46. /******/            Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  47. /******/        }
  48. /******/        Object.defineProperty(exports, '__esModule', { value: true });
  49. /******/    };
  50. /******/
  51. /******/    // create a fake namespace object
  52. /******/    // mode & 1: value is a module id, require it
  53. /******/    // mode & 2: merge all properties of value into the ns
  54. /******/    // mode & 4: return value when already ns object
  55. /******/    // mode & 8|1: behave like require
  56. /******/    __webpack_require__.t = function(value, mode) {
  57. /******/        if(mode & 1) value = __webpack_require__(value);
  58. /******/        if(mode & 8) return value;
  59. /******/        if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
  60. /******/        var ns = Object.create(null);
  61. /******/        __webpack_require__.r(ns);
  62. /******/        Object.defineProperty(ns, 'default', { enumerable: true, value: value });
  63. /******/        if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
  64. /******/        return ns;
  65. /******/    };
  66. /******/
  67. /******/    // getDefaultExport function for compatibility with non-harmony modules
  68. /******/    __webpack_require__.n = function(module) {
  69. /******/        var getter = module && module.__esModule ?
  70. /******/            function getDefault() { return module['default']; } :
  71. /******/            function getModuleExports() { return module; };
  72. /******/        __webpack_require__.d(getter, 'a', getter);
  73. /******/        return getter;
  74. /******/    };
  75. /******/
  76. /******/    // Object.prototype.hasOwnProperty.call
  77. /******/    __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
  78. /******/
  79. /******/    // __webpack_public_path__
  80. /******/    __webpack_require__.p = "/";
  81. /******/
  82. /******/
  83. /******/    // Load entry module and return exports
  84. /******/    return __webpack_require__(__webpack_require__.s = 1);
  85. /******/ })
  86. /************************************************************************/
  87. /******/ ({
  88.  
  89. /***/ "./resources/js/modal.js":
  90. /*!*******************************!*\
  91.   !*** ./resources/js/modal.js ***!
  92.   \*******************************/
  93. /*! no static exports found */
  94. /***/ (function(module, exports) {
  95.  
  96. function orderCall(e) {
  97.   e.preventDefault();
  98.   Swal.mixin({
  99.     input: 'text',
  100.     confirmButtonText: 'Далее →',
  101.     showCancelButton: true,
  102.     cancelButtonText: "Отменить",
  103.     progressSteps: ['1', '2']
  104.   }).queue([{
  105.     title: 'Как вас Р·РѕРІСѓС‚?',
  106.     input: 'text',
  107.     text: 'Введите ваше РёРјСЏ,чтобы РјС‹ могли Рє вам обратиться'
  108.   }, {
  109.     title: 'РњС‹ перезвоним',
  110.     input: 'text',
  111.     text: 'Оставьте СЃРІРѕР№ номер телефона Рё наш менеджер свяжется СЃ вами РІ течение 15 РјРёРЅСѓС‚.',
  112.     footer: 'Отправляя форму, Р’С‹ даете согласие РЅР° обработку СЃРІРѕРёС… персональных данных РІ соответствии СЃ политикой конфиденциальности. Ваша информация РЅРµ будет распространяться.'
  113.   }]).then(function (result) {
  114.     if (result.value) {
  115.       Swal.fire({
  116.         title: 'Успешно',
  117.         type: 'success',
  118.         html: 'Your answers: <pre><code>' + JSON.stringify(result.value) + '</code></pre>',
  119.         confirmButtonText: 'Закрыть'
  120.       });
  121.     }
  122.   });
  123. }
  124.  
  125. function success(e) {
  126.   e.preventDefault();
  127.   var phone = document.getElementById("tel");
  128.   var term = phone.value;
  129.   var re = new RegExp("^((\\+7|7|8)+([0-9]){10})$");
  130.  
  131.   if (phone.value != '' && re.test(term) == true) {
  132.     //TODO ajax request
  133.     Swal.fire('Успешно!', 'Отлично!Р’С‹ отправили нам СЃРІРѕСЋ заявку.Через некоторое непродолжительное время СЃ вами свяжутся!Ожидайте', 'success');
  134.   } else {
  135.     Swal.fire('Ошибка!', 'Скорей всего РІС‹ неправильно ввели СЃРІРѕР№ номер телефона,пожалуйста,попробуйте СЃРЅРѕРІР°.', 'error');
  136.   }
  137. }
  138.  
  139. /***/ }),
  140.  
  141. /***/ 1:
  142. /*!*************************************!*\
  143.   !*** multi ./resources/js/modal.js ***!
  144.   \*************************************/
  145. /*! no static exports found */
  146. /***/ (function(module, exports, __webpack_require__) {
  147.  
  148. module.exports = __webpack_require__(/*! /home/stepan7/DonMontazh/resources/js/modal.js */"./resources/js/modal.js");
  149.  
  150.  
  151. /***/ })
  152.  
  153. /******/ });
Advertisement
Add Comment
Please, Sign In to add comment