First Commit
21
public/.htaccess
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
<IfModule mod_negotiation.c>
|
||||
Options -MultiViews -Indexes
|
||||
</IfModule>
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
# Handle Authorization Header
|
||||
RewriteCond %{HTTP:Authorization} .
|
||||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||
|
||||
# Redirect Trailing Slashes If Not A Folder...
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_URI} (.+)/$
|
||||
RewriteRule ^ %1 [L,R=301]
|
||||
|
||||
# Handle Front Controller...
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ index.php [L]
|
||||
</IfModule>
|
||||
0
public/css/application.css
Normal file
6
public/css/cookieconsent.min.css
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
|
||||
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
|
||||
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
|
||||
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
|
||||
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
|
||||
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
|
||||
0
public/favicon.ico
Executable file
BIN
public/images/aloe-2163120_1920.jpg
Normal file
|
After Width: | Height: | Size: 364 KiB |
BIN
public/images/back.jpg
Normal file
|
After Width: | Height: | Size: 119 KiB |
BIN
public/images/de.png
Normal file
|
After Width: | Height: | Size: 4 KiB |
BIN
public/images/en.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/images/flaggen.psd
Normal file
BIN
public/images/fr.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/images/logo_mivita.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
public/images/nl.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
public/images/vendor/@claviska/jquery-minicolors/jquery.minicolors.png
vendored
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
public/images/vendor/blueimp-gallery/error.png
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
1
public/images/vendor/blueimp-gallery/error.svg
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64"><circle cx="32" cy="32" r="25" stroke="red" stroke-width="7" fill-opacity=".2"/><path fill="red" d="M46.85 11.494l5.656 5.657-35.355 35.355-5.657-5.657z"/></svg>
|
||||
|
After Width: | Height: | Size: 224 B |
BIN
public/images/vendor/blueimp-gallery/loading.gif
vendored
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
public/images/vendor/blueimp-gallery/play-pause.png
vendored
Normal file
|
After Width: | Height: | Size: 510 B |
1
public/images/vendor/blueimp-gallery/play-pause.svg
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="15"><path stroke="#000" fill="#fff" d="M2 1v13l11-7zm15 1h4v11h-4zm7 0h4v11h-4z"/></svg>
|
||||
|
After Width: | Height: | Size: 147 B |
BIN
public/images/vendor/blueimp-gallery/video-play.png
vendored
Normal file
|
After Width: | Height: | Size: 2 KiB |
1
public/images/vendor/blueimp-gallery/video-play.svg
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64"><circle cx="32" cy="32" r="25" stroke="#fff" stroke-width="7" fill-opacity=".2"/><path fill="#fff" d="M26 22v20l17-10z"/></svg>
|
||||
|
After Width: | Height: | Size: 190 B |
BIN
public/images/vendor/jstree/dist/themes/default-dark/32px.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/images/vendor/jstree/dist/themes/default-dark/40px.png
vendored
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
public/images/vendor/jstree/dist/themes/default-dark/throbber.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
public/images/vendor/jstree/dist/themes/default/32px.png
vendored
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
public/images/vendor/jstree/dist/themes/default/40px.png
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/images/vendor/jstree/dist/themes/default/throbber.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
public/images/vendor/photoswipe/dist/default-skin/default-skin.png
vendored
Normal file
|
After Width: | Height: | Size: 547 B |
1
public/images/vendor/photoswipe/dist/default-skin/default-skin.svg
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg width="264" height="88" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M67.002 59.5v3.768c-6.307.84-9.184 5.75-10.002 9.732 2.22-2.83 5.564-5.098 10.002-5.098V71.5L73 65.585 67.002 59.5zM13 29v-5h2v3h3v2h-5zm0-14h5v2h-3v3h-2v-5zm18 0v5h-2v-3h-3v-2h5zm0 14h-5v-2h3v-3h2v5zm31-5v5h-2v-3h-3v-2h5zm0-4h-5v-2h3v-3h2v5zm8 0v-5h2v3h3v2h-5zm0 4h5v2h-3v3h-2v-5zM20.586 66l-5.656-5.656 1.414-1.414L22 64.586l5.656-5.656 1.414 1.414L23.414 66l5.656 5.656-1.414 1.414L22 67.414l-5.656 5.656-1.414-1.414L20.586 66zm91.199-.97L110 63.5l3-3.5h-10v-2h10l-3-3.5 1.785-1.468L117 59l-5.215 6.03zm40.43 0L154 63.5l-3-3.5h10v-2h-10l3-3.5-1.785-1.468L147 59l5.215 6.03zm8.742-36.487l-3.25-3.25-1.413 1.414 3.25 3.25z" fill="#fff"/><path d="M152.5 27a5.5 5.5 0 1 0 0-11 5.5 5.5 0 1 0 0 11z" stroke="#fff" stroke-width="1.5"/><path fill="#fff" d="M150 21h5v1h-5zm-33.043 7.543l-1.414 1.414-3.25-3.25 1.414-1.414 3.25 3.25z"/><path d="M108.5 27a5.5 5.5 0 1 0 0-11 5.5 5.5 0 1 0 0 11z" stroke="#fff" stroke-width="1.5"/><path fill="#fff" d="M106 21h5v1h-5z"/><path fill="#fff" d="M109.043 19.008l-.085 5-1-.017.085-5z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/images/vendor/photoswipe/dist/default-skin/preloader.gif
vendored
Normal file
|
After Width: | Height: | Size: 866 B |
BIN
public/images/vendor/vegas/dist/overlays/02.png
vendored
Normal file
|
After Width: | Height: | Size: 100 B |
60
public/index.php
Executable file
|
|
@ -0,0 +1,60 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Laravel - A PHP Framework For Web Artisans
|
||||
*
|
||||
* @package Laravel
|
||||
* @author Taylor Otwell <taylor@laravel.com>
|
||||
*/
|
||||
|
||||
define('LARAVEL_START', microtime(true));
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Register The Auto Loader
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Composer provides a convenient, automatically generated class loader for
|
||||
| our application. We just need to utilize it! We'll simply require it
|
||||
| into the script here so that we don't have to worry about manual
|
||||
| loading any of our classes later on. It feels great to relax.
|
||||
|
|
||||
*/
|
||||
|
||||
require __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Turn On The Lights
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| We need to illuminate PHP development, so let us turn on the lights.
|
||||
| This bootstraps the framework and gets it ready for use, then it
|
||||
| will load up this application so that we can run it and send
|
||||
| the responses back to the browser and delight our users.
|
||||
|
|
||||
*/
|
||||
|
||||
$app = require_once __DIR__.'/../bootstrap/app.php';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Run The Application
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Once we have the application, we can handle the incoming request
|
||||
| through the kernel, and send the associated response back to
|
||||
| the client's browser allowing them to enjoy the creative
|
||||
| and wonderful application we have prepared for them.
|
||||
|
|
||||
*/
|
||||
|
||||
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
|
||||
|
||||
$response = $kernel->handle(
|
||||
$request = Illuminate\Http\Request::capture()
|
||||
);
|
||||
|
||||
$response->send();
|
||||
|
||||
$kernel->terminate($request, $response);
|
||||
25
public/js/German.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
|
||||
{
|
||||
"sEmptyTable": "Keine Daten in der Tabelle vorhanden",
|
||||
"sInfo": "_START_ bis _END_ von _TOTAL_ Einträgen",
|
||||
"sInfoEmpty": "0 bis 0 von 0 Einträgen",
|
||||
"sInfoFiltered": "(gefiltert von _MAX_ Einträgen)",
|
||||
"sInfoPostFix": "",
|
||||
"sInfoThousands": ".",
|
||||
"sLengthMenu": "_MENU_ Einträge anzeigen",
|
||||
"sLoadingRecords": "Wird geladen...",
|
||||
"sProcessing": "Bitte warten...",
|
||||
"sSearch": "Suchen",
|
||||
"sZeroRecords": "Keine Einträge vorhanden.",
|
||||
"oPaginate": {
|
||||
"sFirst": "Erste",
|
||||
"sPrevious": "Zurück",
|
||||
"sNext": "Nächste",
|
||||
"sLast": "Letzte"
|
||||
},
|
||||
"oAria": {
|
||||
"sSortAscending": ": aktivieren, um Spalte aufsteigend zu sortieren",
|
||||
"sSortDescending": ": aktivieren, um Spalte absteigend zu sortieren"
|
||||
}
|
||||
}
|
||||
762
public/js/application.js
Normal file
|
|
@ -0,0 +1,762 @@
|
|||
/******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 0);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ "./resources/assets/js/application.js":
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
__webpack_require__("./resources/assets/js/bootstrap.js");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/js/bootstrap.js":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// Auto update layout
|
||||
if (window.layoutHelpers) {
|
||||
window.layoutHelpers.setAutoUpdate(true);
|
||||
}
|
||||
|
||||
$(function () {
|
||||
// Initialize sidenav
|
||||
$('#layout-sidenav').each(function () {
|
||||
new SideNav(this, {
|
||||
orientation: $(this).hasClass('sidenav-horizontal') ? 'horizontal' : 'vertical'
|
||||
});
|
||||
});
|
||||
|
||||
// Initialize sidenav togglers
|
||||
$('body').on('click', '.layout-sidenav-toggle', function (e) {
|
||||
e.preventDefault();
|
||||
window.layoutHelpers.toggleCollapsed();
|
||||
});
|
||||
|
||||
// Swap dropdown menus in RTL mode
|
||||
if ($('html').attr('dir') === 'rtl') {
|
||||
$('#layout-navbar .dropdown-menu').toggleClass('dropdown-menu-right');
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* We'll load the axios HTTP library which allows us to easily issue requests
|
||||
* to our Laravel back-end. This library automatically handles sending the
|
||||
* CSRF token as a header based on the value of the "XSRF" token cookie.
|
||||
*/
|
||||
|
||||
// window.axios = require('axios');
|
||||
//
|
||||
// window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
|
||||
|
||||
/**
|
||||
* Next we will register the CSRF Token as a common header with Axios so that
|
||||
* all outgoing HTTP requests automatically have it attached. This is just
|
||||
* a simple convenience so we don't have to attach every token manually.
|
||||
*/
|
||||
|
||||
// let token = document.head.querySelector('meta[name="csrf-token"]');
|
||||
//
|
||||
// if (token) {
|
||||
// window.axios.defaults.headers.common['X-CSRF-TOKEN'] = token.content;
|
||||
// } else {
|
||||
// console.error('CSRF token not found: https://laravel.com/docs/csrf#csrf-x-csrf-token');
|
||||
// }
|
||||
|
||||
/**
|
||||
* Echo exposes an expressive API for subscribing to channels and listening
|
||||
* for events that are broadcast by Laravel. Echo and event broadcasting
|
||||
* allows your team to easily build robust real-time web applications.
|
||||
*/
|
||||
|
||||
// import Echo from 'laravel-echo'
|
||||
|
||||
// window.Pusher = require('pusher-js');
|
||||
|
||||
// window.Echo = new Echo({
|
||||
// broadcaster: 'pusher',
|
||||
// key: process.env.MIX_PUSHER_APP_KEY,
|
||||
// cluster: process.env.MIX_PUSHER_APP_CLUSTER,
|
||||
// encrypted: true
|
||||
// });
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/sass/application.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/animate-css/animate.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/blueimp-gallery/gallery-indicator.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/blueimp-gallery/gallery-video.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/blueimp-gallery/gallery.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-datepicker/bootstrap-datepicker.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-daterangepicker/bootstrap-daterangepicker.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-duallistbox/bootstrap-duallistbox.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-markdown/bootstrap-markdown.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-material-datetimepicker/bootstrap-material-datetimepicker.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-multiselect/bootstrap-multiselect.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-select/bootstrap-select.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-slider/bootstrap-slider.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-sortable/bootstrap-sortable.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-sweetalert/bootstrap-sweetalert.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-table/bootstrap-table.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-table/extensions/auto-refresh/auto-refresh.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-table/extensions/click-edit-row/click-edit-row.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-table/extensions/filter-control/filter-control.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-table/extensions/group-by-v2/group-by-v2.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-table/extensions/group-by/group-by.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-table/extensions/multiple-selection-row/multiple-selection-row.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-table/extensions/reorder-rows/reorder-rows.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-table/extensions/sticky-header/sticky-header.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-table/extensions/tree-column/tree-column.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-tagsinput/bootstrap-tagsinput.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/bootstrap-tour/bootstrap-tour.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/c3/c3.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/chartist/chartist.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/cropper/cropper.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/datatables/datatables.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/dragula/dragula.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/dropzone/dropzone.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/flot/flot.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/flow-js/flow.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/fullcalendar/fullcalendar.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/growl/growl.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/jstree/themes/default-dark/style.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/jstree/themes/default/style.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/ladda/ladda.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/minicolors/minicolors.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/morris/morris.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/nestable/nestable.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/nouislider/nouislider.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/photoswipe/photoswipe.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/plyr/plyr.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/quill/editor.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/quill/typography.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/select2/select2.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/smartwizard/smartwizard.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/spinkit/spinkit.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/swiper/swiper.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/timepicker/timepicker.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/toastr/toastr.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/typeahead-js/typeahead.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/libs/vegas/vegas.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/appwork.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/bootstrap.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/colors.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/pages/account.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/pages/authentication.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/pages/chat.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/pages/clients.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/pages/contacts.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/pages/file-manager.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/pages/messages.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/pages/products.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/pages/projects.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/pages/search.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/pages/tasks.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/pages/tickets.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/pages/users.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/theme-corporate.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ "./resources/assets/vendor/sass/uikit.scss":
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 0:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
__webpack_require__("./resources/assets/js/application.js");
|
||||
__webpack_require__("./resources/assets/vendor/sass/bootstrap.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/appwork.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/theme-corporate.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/colors.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/uikit.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/animate-css/animate.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/blueimp-gallery/gallery-indicator.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/blueimp-gallery/gallery-video.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/blueimp-gallery/gallery.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-datepicker/bootstrap-datepicker.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-daterangepicker/bootstrap-daterangepicker.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-duallistbox/bootstrap-duallistbox.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-markdown/bootstrap-markdown.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-material-datetimepicker/bootstrap-material-datetimepicker.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-multiselect/bootstrap-multiselect.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-select/bootstrap-select.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-slider/bootstrap-slider.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-sortable/bootstrap-sortable.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-sweetalert/bootstrap-sweetalert.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-table/bootstrap-table.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-table/extensions/auto-refresh/auto-refresh.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-table/extensions/click-edit-row/click-edit-row.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-table/extensions/filter-control/filter-control.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-table/extensions/group-by-v2/group-by-v2.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-table/extensions/group-by/group-by.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-table/extensions/multiple-selection-row/multiple-selection-row.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-table/extensions/reorder-rows/reorder-rows.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-table/extensions/sticky-header/sticky-header.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-table/extensions/tree-column/tree-column.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-tagsinput/bootstrap-tagsinput.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/bootstrap-tour/bootstrap-tour.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/c3/c3.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/chartist/chartist.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/cropper/cropper.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/datatables/datatables.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/dragula/dragula.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/dropzone/dropzone.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/flot/flot.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/flow-js/flow.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/fullcalendar/fullcalendar.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/growl/growl.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/jstree/themes/default-dark/style.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/jstree/themes/default/style.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/ladda/ladda.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/minicolors/minicolors.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/morris/morris.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/nestable/nestable.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/nouislider/nouislider.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/photoswipe/photoswipe.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/plyr/plyr.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/quill/editor.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/quill/typography.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/select2/select2.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/smartwizard/smartwizard.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/spinkit/spinkit.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/swiper/swiper.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/timepicker/timepicker.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/toastr/toastr.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/typeahead-js/typeahead.scss");
|
||||
__webpack_require__("./resources/assets/vendor/libs/vegas/vegas.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/pages/account.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/pages/authentication.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/pages/chat.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/pages/clients.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/pages/contacts.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/pages/file-manager.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/pages/messages.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/pages/products.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/pages/projects.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/pages/search.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/pages/tasks.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/pages/tickets.scss");
|
||||
__webpack_require__("./resources/assets/vendor/sass/pages/users.scss");
|
||||
module.exports = __webpack_require__("./resources/assets/sass/application.scss");
|
||||
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
1
public/js/cookieconsent.min.js
vendored
Executable file
218
public/js/custom.js
Normal file
|
|
@ -0,0 +1,218 @@
|
|||
$(function () {
|
||||
// $('.selectpicker').selectpicker();
|
||||
// $('[data-toggle="tooltip"]').tooltip();
|
||||
});
|
||||
|
||||
|
||||
function update_modal_data_load(e, $ele) {
|
||||
var ele = $ele,
|
||||
url = ele.data('url'),
|
||||
data = {data:ele.data('data'), target:ele.data('target')} ,
|
||||
contentType = 'application/x-www-form-urlencoded; charset=UTF-8';
|
||||
|
||||
console.log(data);
|
||||
console.log(url);
|
||||
$.ajax({
|
||||
url: url,
|
||||
data: data,
|
||||
type: "POST",
|
||||
dataType: "json",
|
||||
cache: false,
|
||||
contentType: contentType,
|
||||
encode: true,
|
||||
headers: {
|
||||
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
|
||||
},
|
||||
success: function(data) {
|
||||
// do what ever you want here. add content to <div> if it was not 1 .
|
||||
$(data.target).find('.modal-content').html(data.response);
|
||||
// $('.selectpicker').selectpicker(["refresh"]);
|
||||
// $('.input-daterange').datepicker({toggleActive: true,format: 'dd.mm.yyyy'});
|
||||
$(data.target).modal('show');
|
||||
},
|
||||
error: function(xhr, status, errorThrown) {
|
||||
console.log(xhr);
|
||||
console.log(xhr.responseText);
|
||||
console.log(status);
|
||||
console.log("Sorry, there was a problem!");
|
||||
}
|
||||
});
|
||||
return false;
|
||||
}
|
||||
|
||||
jQuery(document).ready(function() {
|
||||
$(".update_modal_data_load").on('click', function (e) {
|
||||
e.preventDefault();
|
||||
update_modal_data_load(e, $(this));
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
/*
|
||||
$(function() {
|
||||
$('.select2-main').each(function() {
|
||||
$(this)
|
||||
.wrap('<div class="position-relative"></div>')
|
||||
.select2({
|
||||
placeholder: 'Bitte wählen',
|
||||
dropdownParent: $(this).parent(),
|
||||
});
|
||||
})
|
||||
$('.select2-sub').each(function() {
|
||||
$(this)
|
||||
.wrap('<div class="position-relative"></div>')
|
||||
.select2({
|
||||
placeholder: 'Bitte wählen',
|
||||
dropdownParent: $(this).parent(),
|
||||
closeOnSelect: false
|
||||
});
|
||||
})
|
||||
});
|
||||
*/
|
||||
/*
|
||||
jQuery(document).ready(function() {
|
||||
|
||||
$('.main-branch').on('change', function () {
|
||||
|
||||
target = $(this).data('target');
|
||||
if ($(this).is(':checked')) {
|
||||
$(target).stop().show('slow');
|
||||
} else {
|
||||
$(target).stop().hide('slow');
|
||||
$(target).find('.custom-control-input').prop('checked', false);
|
||||
}
|
||||
});
|
||||
|
||||
var $form = $('#lead-form-validation');
|
||||
if($form.find('#company_country_id').length){
|
||||
$form.find('#company_country_id').on('change', function(){
|
||||
$form.find('#company_pre_phone_id').val($(this).val());
|
||||
$form.find('#company_pre_phone_id').selectpicker('refresh');
|
||||
});
|
||||
}
|
||||
|
||||
if($form.find('#country_id').length){
|
||||
$form.find('#country_id').on('change', function(){
|
||||
$form.find('#pre_phone_id').val($(this).val());
|
||||
$form.find('#pre_phone_id').selectpicker('refresh');
|
||||
|
||||
$form.find('#pre_mobil_id').val($(this).val());
|
||||
$form.find('#pre_mobil_id').selectpicker('refresh');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
});
|
||||
*/
|
||||
|
||||
/*
|
||||
function trigger_company($ele, $speed){
|
||||
if($ele.val() == 1){
|
||||
$('.show_company_holder').show($speed);
|
||||
$('.show_company_holder').find('#company_name').prop('required', true);
|
||||
$('.show_company_holder').find('#company_country_id').prop('required', true);
|
||||
|
||||
}else{
|
||||
$('.show_company_holder').hide($speed);
|
||||
$('.show_company_holder').find('#company_name').prop('required', false);
|
||||
$('.show_company_holder').find('#company_country_id').prop('required', false);
|
||||
}
|
||||
}
|
||||
|
||||
$( document ).ready(function() {
|
||||
|
||||
// With validation
|
||||
var $form = $('#lead-form-validation');
|
||||
$form.find('#company').on('change', function () {
|
||||
trigger_company($(this), 'slow');
|
||||
});
|
||||
|
||||
trigger_company($form.find('#company'), 0);
|
||||
|
||||
// Set up validator
|
||||
$form.validate({
|
||||
rules: {
|
||||
'email': {
|
||||
required: true,
|
||||
email: true,
|
||||
remote:
|
||||
{
|
||||
url: "{{ route('user_check_mail') }}",
|
||||
type: "post",
|
||||
data:
|
||||
{
|
||||
user_id: function()
|
||||
{
|
||||
return $('#lead-form-validation :input[name="user_id"]').val();
|
||||
},
|
||||
email: function()
|
||||
{
|
||||
return $('#lead-form-validation :input[name="email"]').val();
|
||||
}
|
||||
},
|
||||
encode: true,
|
||||
headers: {
|
||||
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
|
||||
},
|
||||
}
|
||||
},
|
||||
'email-confirm': {
|
||||
required: true,
|
||||
equalTo: "#email"
|
||||
},
|
||||
'accepted_data_protection': {
|
||||
required: true
|
||||
},
|
||||
},
|
||||
errorPlacement: function errorPlacement(error, element) {
|
||||
$(element).parents('.form-group').append(
|
||||
error.addClass('invalid-feedback small d-block')
|
||||
)
|
||||
},
|
||||
highlight: function (element) {
|
||||
if ($(element).hasClass('selectpicker')) {
|
||||
$(element).parent().addClass('is-invalid');
|
||||
}
|
||||
$(element).addClass('is-invalid');
|
||||
},
|
||||
unhighlight: function (element) {
|
||||
$(element).removeClass('is-invalid');
|
||||
$(element).parents('.form-group').find('.is-invalid').removeClass('is-invalid');
|
||||
},
|
||||
messages : {
|
||||
required: "{{__('This field is required.')}}",
|
||||
company_country_id : {
|
||||
required: "{{__('This field is required.')}}",
|
||||
},
|
||||
accepted_data_protection : {
|
||||
required: "{{__('This field is required.')}}",
|
||||
},
|
||||
salutation : {
|
||||
required: "{{__('This field is required.')}}",
|
||||
},
|
||||
company_name : {
|
||||
required: "{{__('This field is required.')}}",
|
||||
},
|
||||
last_name : {
|
||||
required: "{{__('This field is required.')}}",
|
||||
},
|
||||
equalTo : "{{__('Please enter the same value again.')}}",
|
||||
'email-confirm' : {
|
||||
equalTo : "{{__('Please enter the same value again.')}}",
|
||||
required: "{{__('This field is required.')}}",
|
||||
},
|
||||
email: {
|
||||
required : "{{__('This field is required.')}}",
|
||||
email: "{{ __('Please enter a valid email address.') }}",
|
||||
remote : "{{ __('This E-mail is already in use.') }}"
|
||||
},
|
||||
},
|
||||
onkeyup: false
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
||||
*/
|
||||
4
public/js/jquery.min.js
vendored
Normal file
233
public/mix-manifest.json
Normal file
|
|
@ -0,0 +1,233 @@
|
|||
{
|
||||
"/js/application.js": "/js/application.js?id=c42fa9f1792abbccfa31",
|
||||
"/vendor/css/bootstrap.css": "/vendor/css/bootstrap.css?id=3cf0f33e722b3b40b97e",
|
||||
"/vendor/css/appwork.css": "/vendor/css/appwork.css?id=4b67b677c0aee8aa04bf",
|
||||
"/vendor/css/theme-corporate.css": "/vendor/css/theme-corporate.css?id=cb4ce7d9e095550ad9bd",
|
||||
"/vendor/css/colors.css": "/vendor/css/colors.css?id=9bec4210feefa6dae418",
|
||||
"/vendor/css/uikit.css": "/vendor/css/uikit.css?id=0be76ce70aee41161eba",
|
||||
"/vendor/libs/animate-css/animate.css": "/vendor/libs/animate-css/animate.css?id=c7629f47381fa73bb61a",
|
||||
"/vendor/libs/blueimp-gallery/gallery-indicator.css": "/vendor/libs/blueimp-gallery/gallery-indicator.css?id=936098bf8caa225b3c7e",
|
||||
"/vendor/libs/blueimp-gallery/gallery-video.css": "/vendor/libs/blueimp-gallery/gallery-video.css?id=c7583bca09195e46ffb6",
|
||||
"/vendor/libs/blueimp-gallery/gallery.css": "/vendor/libs/blueimp-gallery/gallery.css?id=2eb209065a10473e7126",
|
||||
"/vendor/libs/bootstrap-datepicker/bootstrap-datepicker.css": "/vendor/libs/bootstrap-datepicker/bootstrap-datepicker.css?id=7924be9ba4ad83123470",
|
||||
"/vendor/libs/bootstrap-daterangepicker/bootstrap-daterangepicker.css": "/vendor/libs/bootstrap-daterangepicker/bootstrap-daterangepicker.css?id=53decc820b21003b9cb9",
|
||||
"/vendor/libs/bootstrap-duallistbox/bootstrap-duallistbox.css": "/vendor/libs/bootstrap-duallistbox/bootstrap-duallistbox.css?id=2c8e139eba14d5dfe9b8",
|
||||
"/vendor/libs/bootstrap-markdown/bootstrap-markdown.css": "/vendor/libs/bootstrap-markdown/bootstrap-markdown.css?id=b34dbe188bfa5edfd3b4",
|
||||
"/vendor/libs/bootstrap-material-datetimepicker/bootstrap-material-datetimepicker.css": "/vendor/libs/bootstrap-material-datetimepicker/bootstrap-material-datetimepicker.css?id=c13a777e903c7453e072",
|
||||
"/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.css": "/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.css?id=0cb44f4c017aad4fcbac",
|
||||
"/vendor/libs/bootstrap-multiselect/bootstrap-multiselect.css": "/vendor/libs/bootstrap-multiselect/bootstrap-multiselect.css?id=3d04331583dca9fd718a",
|
||||
"/vendor/libs/bootstrap-select/bootstrap-select.css": "/vendor/libs/bootstrap-select/bootstrap-select.css?id=e8f93f952c6cc6168d87",
|
||||
"/vendor/libs/bootstrap-slider/bootstrap-slider.css": "/vendor/libs/bootstrap-slider/bootstrap-slider.css?id=41df078fc879830897ff",
|
||||
"/vendor/libs/bootstrap-sortable/bootstrap-sortable.css": "/vendor/libs/bootstrap-sortable/bootstrap-sortable.css?id=352e9284ee3ff7b3cff5",
|
||||
"/vendor/libs/bootstrap-sweetalert/bootstrap-sweetalert.css": "/vendor/libs/bootstrap-sweetalert/bootstrap-sweetalert.css?id=17a1db72a93c9210e506",
|
||||
"/vendor/libs/bootstrap-table/bootstrap-table.css": "/vendor/libs/bootstrap-table/bootstrap-table.css?id=045cf783d3568bda88ec",
|
||||
"/vendor/libs/bootstrap-table/extensions/auto-refresh/auto-refresh.css": "/vendor/libs/bootstrap-table/extensions/auto-refresh/auto-refresh.css?id=35218c6bc5dc06b66ee1",
|
||||
"/vendor/libs/bootstrap-table/extensions/click-edit-row/click-edit-row.css": "/vendor/libs/bootstrap-table/extensions/click-edit-row/click-edit-row.css?id=3447499bd4ce971f9102",
|
||||
"/vendor/libs/bootstrap-table/extensions/filter-control/filter-control.css": "/vendor/libs/bootstrap-table/extensions/filter-control/filter-control.css?id=f4a8ac2526ea462778d1",
|
||||
"/vendor/libs/bootstrap-table/extensions/group-by-v2/group-by-v2.css": "/vendor/libs/bootstrap-table/extensions/group-by-v2/group-by-v2.css?id=7b615e97c190828d3ff1",
|
||||
"/vendor/libs/bootstrap-table/extensions/group-by/group-by.css": "/vendor/libs/bootstrap-table/extensions/group-by/group-by.css?id=1a3bfe62908e677acc2e",
|
||||
"/vendor/libs/bootstrap-table/extensions/multiple-selection-row/multiple-selection-row.css": "/vendor/libs/bootstrap-table/extensions/multiple-selection-row/multiple-selection-row.css?id=26a665ea5a585863faff",
|
||||
"/vendor/libs/bootstrap-table/extensions/reorder-rows/reorder-rows.css": "/vendor/libs/bootstrap-table/extensions/reorder-rows/reorder-rows.css?id=d68b4dbaf6bdfdd88b0d",
|
||||
"/vendor/libs/bootstrap-table/extensions/sticky-header/sticky-header.css": "/vendor/libs/bootstrap-table/extensions/sticky-header/sticky-header.css?id=2b67f19014a63d470bde",
|
||||
"/vendor/libs/bootstrap-table/extensions/tree-column/tree-column.css": "/vendor/libs/bootstrap-table/extensions/tree-column/tree-column.css?id=df44bbbf5822cdd635d4",
|
||||
"/vendor/libs/bootstrap-tagsinput/bootstrap-tagsinput.css": "/vendor/libs/bootstrap-tagsinput/bootstrap-tagsinput.css?id=4bcfcbe565c43fd10e65",
|
||||
"/vendor/libs/bootstrap-tour/bootstrap-tour.css": "/vendor/libs/bootstrap-tour/bootstrap-tour.css?id=e478822c04448dfecbbf",
|
||||
"/vendor/libs/c3/c3.css": "/vendor/libs/c3/c3.css?id=61211aeb4751fbaee813",
|
||||
"/vendor/libs/chartist/chartist.css": "/vendor/libs/chartist/chartist.css?id=e82cdaee9656b3338242",
|
||||
"/vendor/libs/cropper/cropper.css": "/vendor/libs/cropper/cropper.css?id=a34481fc7477ee0acf70",
|
||||
"/vendor/libs/datatables/datatables.css": "/vendor/libs/datatables/datatables.css?id=a3843bcb92f81d1c1ce1",
|
||||
"/vendor/libs/dragula/dragula.css": "/vendor/libs/dragula/dragula.css?id=ef4ea985f99830bd638f",
|
||||
"/vendor/libs/dropzone/dropzone.css": "/vendor/libs/dropzone/dropzone.css?id=963bfb3da40ad84f0207",
|
||||
"/vendor/libs/flot/flot.css": "/vendor/libs/flot/flot.css?id=5dfc7e9eb08db7d367a2",
|
||||
"/vendor/libs/flow-js/flow.css": "/vendor/libs/flow-js/flow.css?id=a935aada04dac4020f95",
|
||||
"/vendor/libs/fullcalendar/fullcalendar.css": "/vendor/libs/fullcalendar/fullcalendar.css?id=7c5d40cc581b94eb143a",
|
||||
"/vendor/libs/growl/growl.css": "/vendor/libs/growl/growl.css?id=c7409bc54ecd009b5b09",
|
||||
"/vendor/libs/jstree/themes/default-dark/style.css": "/vendor/libs/jstree/themes/default-dark/style.css?id=92be9b2b76a5105ff94c",
|
||||
"/vendor/libs/jstree/themes/default/style.css": "/vendor/libs/jstree/themes/default/style.css?id=0a37d6a468e167a84419",
|
||||
"/vendor/libs/ladda/ladda.css": "/vendor/libs/ladda/ladda.css?id=85a5de1926c967451e86",
|
||||
"/vendor/libs/minicolors/minicolors.css": "/vendor/libs/minicolors/minicolors.css?id=27647c18eab274335307",
|
||||
"/vendor/libs/morris/morris.css": "/vendor/libs/morris/morris.css?id=fd85d4234da127babd1e",
|
||||
"/vendor/libs/nestable/nestable.css": "/vendor/libs/nestable/nestable.css?id=97d320e36eaf51740e70",
|
||||
"/vendor/libs/nouislider/nouislider.css": "/vendor/libs/nouislider/nouislider.css?id=9ac26f5260baeedb9b81",
|
||||
"/vendor/libs/perfect-scrollbar/perfect-scrollbar.css": "/vendor/libs/perfect-scrollbar/perfect-scrollbar.css?id=81bafbcb3a719ebbb2de",
|
||||
"/vendor/libs/photoswipe/photoswipe.css": "/vendor/libs/photoswipe/photoswipe.css?id=57b34bd399e5a732eb44",
|
||||
"/vendor/libs/plyr/plyr.css": "/vendor/libs/plyr/plyr.css?id=389d005feec5df8f35ed",
|
||||
"/vendor/libs/quill/editor.css": "/vendor/libs/quill/editor.css?id=4ec79068f9550aac3f26",
|
||||
"/vendor/libs/quill/typography.css": "/vendor/libs/quill/typography.css?id=a641dc6356376840a36b",
|
||||
"/vendor/libs/select2/select2.css": "/vendor/libs/select2/select2.css?id=995e237a18d461778d66",
|
||||
"/vendor/libs/smartwizard/smartwizard.css": "/vendor/libs/smartwizard/smartwizard.css?id=5bc3aa6e47726e4fc711",
|
||||
"/vendor/libs/spinkit/spinkit.css": "/vendor/libs/spinkit/spinkit.css?id=f9e2a947a82aa588348b",
|
||||
"/vendor/libs/swiper/swiper.css": "/vendor/libs/swiper/swiper.css?id=c7a5345939b769377927",
|
||||
"/vendor/libs/timepicker/timepicker.css": "/vendor/libs/timepicker/timepicker.css?id=2f78589effe83eedf1bd",
|
||||
"/vendor/libs/toastr/toastr.css": "/vendor/libs/toastr/toastr.css?id=c4ebe17caa5656ab5d04",
|
||||
"/vendor/libs/typeahead-js/typeahead.css": "/vendor/libs/typeahead-js/typeahead.css?id=f3d109198793895cc3a9",
|
||||
"/vendor/libs/vegas/vegas.css": "/vendor/libs/vegas/vegas.css?id=c77956ce43b03c6e1d77",
|
||||
"/vendor/css/pages/account.css": "/vendor/css/pages/account.css?id=eebf99597758771fe2db",
|
||||
"/vendor/css/pages/authentication.css": "/vendor/css/pages/authentication.css?id=d7b367ed5300e9905b51",
|
||||
"/vendor/css/pages/chat.css": "/vendor/css/pages/chat.css?id=cf4559a8ab30f6e3ac55",
|
||||
"/vendor/css/pages/clients.css": "/vendor/css/pages/clients.css?id=fb3fc9ce9daf252bfc4f",
|
||||
"/vendor/css/pages/contacts.css": "/vendor/css/pages/contacts.css?id=4278142c6b682588146d",
|
||||
"/vendor/css/pages/file-manager.css": "/vendor/css/pages/file-manager.css?id=def8ad3445ef017582d4",
|
||||
"/vendor/css/pages/messages.css": "/vendor/css/pages/messages.css?id=898fbc0fda48e3a26d9a",
|
||||
"/vendor/css/pages/products.css": "/vendor/css/pages/products.css?id=548f1795ca30a32df63c",
|
||||
"/vendor/css/pages/projects.css": "/vendor/css/pages/projects.css?id=358a87a1761951f50046",
|
||||
"/vendor/css/pages/search.css": "/vendor/css/pages/search.css?id=3255da0ca55f1ba1bb35",
|
||||
"/vendor/css/pages/tasks.css": "/vendor/css/pages/tasks.css?id=4aaa184eee66527074c7",
|
||||
"/vendor/css/pages/tickets.css": "/vendor/css/pages/tickets.css?id=5106dbd616415fdd5e6c",
|
||||
"/vendor/css/pages/users.css": "/vendor/css/pages/users.css?id=8ef6171dad29cad78296",
|
||||
"/css/application.css": "/css/application.css?id=d41d8cd98f00b204e980",
|
||||
"/vendor/js/bootstrap.js": "/vendor/js/bootstrap.js?id=6f57e39a0a8aedadaa9c",
|
||||
"/vendor/js/dropdown-hover.js": "/vendor/js/dropdown-hover.js?id=73bd55237e31b3f9c0aa",
|
||||
"/vendor/js/layout-helpers.js": "/vendor/js/layout-helpers.js?id=c2e05efd1e8ecb16f2bc",
|
||||
"/vendor/js/material-ripple.js": "/vendor/js/material-ripple.js?id=ccab55be4003eb9c1194",
|
||||
"/vendor/js/mega-dropdown.js": "/vendor/js/mega-dropdown.js?id=9d230e4ec2a2e486e7e1",
|
||||
"/vendor/js/pace.js": "/vendor/js/pace.js?id=b62ba62bc5f73110949a",
|
||||
"/vendor/js/sidenav.js": "/vendor/js/sidenav.js?id=4f6fd1a68e42f19c22d7",
|
||||
"/vendor/js/theme-settings.js": "/vendor/js/theme-settings.js?id=06d990d8a4f72df3e07d",
|
||||
"/vendor/libs/autosize/autosize.js": "/vendor/libs/autosize/autosize.js?id=b55b9317ea2bd4c9708e",
|
||||
"/vendor/libs/block-ui/block-ui.js": "/vendor/libs/block-ui/block-ui.js?id=ec1180c1ccd45dd32e30",
|
||||
"/vendor/libs/blueimp-gallery/gallery-fullscreen.js": "/vendor/libs/blueimp-gallery/gallery-fullscreen.js?id=9c55bc2b1afc94445d9a",
|
||||
"/vendor/libs/blueimp-gallery/gallery-indicator.js": "/vendor/libs/blueimp-gallery/gallery-indicator.js?id=8151b51ef4272ce8255d",
|
||||
"/vendor/libs/blueimp-gallery/gallery-video.js": "/vendor/libs/blueimp-gallery/gallery-video.js?id=5b9c552542a4c2121ff4",
|
||||
"/vendor/libs/blueimp-gallery/gallery-vimeo.js": "/vendor/libs/blueimp-gallery/gallery-vimeo.js?id=f28e01e6df96c7867af1",
|
||||
"/vendor/libs/blueimp-gallery/gallery-youtube.js": "/vendor/libs/blueimp-gallery/gallery-youtube.js?id=239c3177a3a6109eac53",
|
||||
"/vendor/libs/blueimp-gallery/gallery.js": "/vendor/libs/blueimp-gallery/gallery.js?id=506ad27192ed26ece1bd",
|
||||
"/vendor/libs/blueimp-gallery/jquery.gallery.js": "/vendor/libs/blueimp-gallery/jquery.gallery.js?id=9986d4767c7e82850d1f",
|
||||
"/vendor/libs/bootbox/bootbox.js": "/vendor/libs/bootbox/bootbox.js?id=c44ca21924d5f6b10026",
|
||||
"/vendor/libs/bootstrap-datepicker/bootstrap-datepicker.js": "/vendor/libs/bootstrap-datepicker/bootstrap-datepicker.js?id=08879c9c713c73d36cb1",
|
||||
"/vendor/libs/bootstrap-daterangepicker/bootstrap-daterangepicker.js": "/vendor/libs/bootstrap-daterangepicker/bootstrap-daterangepicker.js?id=dc3edb5bf2309f220270",
|
||||
"/vendor/libs/bootstrap-duallistbox/bootstrap-duallistbox.js": "/vendor/libs/bootstrap-duallistbox/bootstrap-duallistbox.js?id=e7ed6d47614d58a5e5b0",
|
||||
"/vendor/libs/bootstrap-markdown/bootstrap-markdown.js": "/vendor/libs/bootstrap-markdown/bootstrap-markdown.js?id=95452c78e56ec6a4e758",
|
||||
"/vendor/libs/bootstrap-material-datetimepicker/bootstrap-material-datetimepicker.js": "/vendor/libs/bootstrap-material-datetimepicker/bootstrap-material-datetimepicker.js?id=646afaae55b7924e6181",
|
||||
"/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.js": "/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.js?id=40e575d118509e88ed98",
|
||||
"/vendor/libs/bootstrap-menu/bootstrap-menu.js": "/vendor/libs/bootstrap-menu/bootstrap-menu.js?id=d0655db20308252652d0",
|
||||
"/vendor/libs/bootstrap-multiselect/bootstrap-multiselect.js": "/vendor/libs/bootstrap-multiselect/bootstrap-multiselect.js?id=1c4220e8fa38e422850b",
|
||||
"/vendor/libs/bootstrap-select/bootstrap-select.js": "/vendor/libs/bootstrap-select/bootstrap-select.js?id=204a13850168125793a4",
|
||||
"/vendor/libs/bootstrap-slider/bootstrap-slider.js": "/vendor/libs/bootstrap-slider/bootstrap-slider.js?id=7edc325bd8b8b90b0baf",
|
||||
"/vendor/libs/bootstrap-sortable/bootstrap-sortable.js": "/vendor/libs/bootstrap-sortable/bootstrap-sortable.js?id=4908f61f8359f3715abb",
|
||||
"/vendor/libs/bootstrap-sweetalert/bootstrap-sweetalert.js": "/vendor/libs/bootstrap-sweetalert/bootstrap-sweetalert.js?id=241b806bfcf8b3b95976",
|
||||
"/vendor/libs/bootstrap-table/bootstrap-table.js": "/vendor/libs/bootstrap-table/bootstrap-table.js?id=72453592cf282982ad62",
|
||||
"/vendor/libs/bootstrap-table/extensions/accent-neutralise/accent-neutralise.js": "/vendor/libs/bootstrap-table/extensions/accent-neutralise/accent-neutralise.js?id=db1d4b6786a4cd90c1df",
|
||||
"/vendor/libs/bootstrap-table/extensions/auto-refresh/auto-refresh.js": "/vendor/libs/bootstrap-table/extensions/auto-refresh/auto-refresh.js?id=efaaf235a6891f2bca75",
|
||||
"/vendor/libs/bootstrap-table/extensions/click-edit-row/click-edit-row.js": "/vendor/libs/bootstrap-table/extensions/click-edit-row/click-edit-row.js?id=1458c5e3f3454126b7a2",
|
||||
"/vendor/libs/bootstrap-table/extensions/cookie/cookie.js": "/vendor/libs/bootstrap-table/extensions/cookie/cookie.js?id=fb63931dff162d921c3f",
|
||||
"/vendor/libs/bootstrap-table/extensions/copy-rows/copy-rows.js": "/vendor/libs/bootstrap-table/extensions/copy-rows/copy-rows.js?id=7bb7051a05b1b1c9c43f",
|
||||
"/vendor/libs/bootstrap-table/extensions/editable/editable.js": "/vendor/libs/bootstrap-table/extensions/editable/editable.js?id=73619c5313a9ba8f33ea",
|
||||
"/vendor/libs/bootstrap-table/extensions/export/export.js": "/vendor/libs/bootstrap-table/extensions/export/export.js?id=9974010d2ad7555b2aa9",
|
||||
"/vendor/libs/bootstrap-table/extensions/filter-control/filter-control.js": "/vendor/libs/bootstrap-table/extensions/filter-control/filter-control.js?id=4640b51a0a2c653bf676",
|
||||
"/vendor/libs/bootstrap-table/extensions/filter/filter.js": "/vendor/libs/bootstrap-table/extensions/filter/filter.js?id=fc3adb4843f469459b0f",
|
||||
"/vendor/libs/bootstrap-table/extensions/flat-json/flat-json.js": "/vendor/libs/bootstrap-table/extensions/flat-json/flat-json.js?id=80ca4450ee9a837d0aa4",
|
||||
"/vendor/libs/bootstrap-table/extensions/group-by-v2/group-by-v2.js": "/vendor/libs/bootstrap-table/extensions/group-by-v2/group-by-v2.js?id=71c9f34485ff5011eb94",
|
||||
"/vendor/libs/bootstrap-table/extensions/group-by/group-by.js": "/vendor/libs/bootstrap-table/extensions/group-by/group-by.js?id=d932afea61f1450f1f26",
|
||||
"/vendor/libs/bootstrap-table/extensions/key-events/key-events.js": "/vendor/libs/bootstrap-table/extensions/key-events/key-events.js?id=4b3f7ac5f5a96a4408e4",
|
||||
"/vendor/libs/bootstrap-table/extensions/mobile/mobile.js": "/vendor/libs/bootstrap-table/extensions/mobile/mobile.js?id=ace486c81578a0b9e71c",
|
||||
"/vendor/libs/bootstrap-table/extensions/multi-column-toggle/multi-column-toggle.js": "/vendor/libs/bootstrap-table/extensions/multi-column-toggle/multi-column-toggle.js?id=d385acc18c69e9222caf",
|
||||
"/vendor/libs/bootstrap-table/extensions/multiple-search/multiple-search.js": "/vendor/libs/bootstrap-table/extensions/multiple-search/multiple-search.js?id=9a2753d0d4393ad6875a",
|
||||
"/vendor/libs/bootstrap-table/extensions/multiple-selection-row/multiple-selection-row.js": "/vendor/libs/bootstrap-table/extensions/multiple-selection-row/multiple-selection-row.js?id=d8426a8036744f131b5d",
|
||||
"/vendor/libs/bootstrap-table/extensions/multiple-sort/multiple-sort.js": "/vendor/libs/bootstrap-table/extensions/multiple-sort/multiple-sort.js?id=11091556509c3f0c7e29",
|
||||
"/vendor/libs/bootstrap-table/extensions/natural-sorting/natural-sorting.js": "/vendor/libs/bootstrap-table/extensions/natural-sorting/natural-sorting.js?id=881f3d939a9fe3f82101",
|
||||
"/vendor/libs/bootstrap-table/extensions/print/print.js": "/vendor/libs/bootstrap-table/extensions/print/print.js?id=dee89a5d8326026ed1c9",
|
||||
"/vendor/libs/bootstrap-table/extensions/reorder-columns/reorder-columns.js": "/vendor/libs/bootstrap-table/extensions/reorder-columns/reorder-columns.js?id=dfea5dff584d0349150f",
|
||||
"/vendor/libs/bootstrap-table/extensions/reorder-rows/reorder-rows.js": "/vendor/libs/bootstrap-table/extensions/reorder-rows/reorder-rows.js?id=1dbc002e46af52713c88",
|
||||
"/vendor/libs/bootstrap-table/extensions/resizable/resizable.js": "/vendor/libs/bootstrap-table/extensions/resizable/resizable.js?id=ef27aee446fa381514fb",
|
||||
"/vendor/libs/bootstrap-table/extensions/select2-filter/select2-filter.js": "/vendor/libs/bootstrap-table/extensions/select2-filter/select2-filter.js?id=85a4ff79e7a3b5546e5c",
|
||||
"/vendor/libs/bootstrap-table/extensions/sticky-header/sticky-header.js": "/vendor/libs/bootstrap-table/extensions/sticky-header/sticky-header.js?id=08b7cd9c246f0a5bd3ec",
|
||||
"/vendor/libs/bootstrap-table/extensions/toolbar/toolbar.js": "/vendor/libs/bootstrap-table/extensions/toolbar/toolbar.js?id=7514929a619592f2363b",
|
||||
"/vendor/libs/bootstrap-table/extensions/tree-column/tree-column.js": "/vendor/libs/bootstrap-table/extensions/tree-column/tree-column.js?id=e6a0e80067992894e72d",
|
||||
"/vendor/libs/bootstrap-tagsinput/bootstrap-tagsinput.js": "/vendor/libs/bootstrap-tagsinput/bootstrap-tagsinput.js?id=0efe4e24e7aee33252e0",
|
||||
"/vendor/libs/bootstrap-tour/bootstrap-tour.js": "/vendor/libs/bootstrap-tour/bootstrap-tour.js?id=9abc5a3757f1cca3251e",
|
||||
"/vendor/libs/c3/c3.js": "/vendor/libs/c3/c3.js?id=0980df5279f1d1ed6270",
|
||||
"/vendor/libs/chartist/chartist.js": "/vendor/libs/chartist/chartist.js?id=289514b262ca29c99f18",
|
||||
"/vendor/libs/chartjs/chartjs.js": "/vendor/libs/chartjs/chartjs.js?id=bf25bb72ee802ef81295",
|
||||
"/vendor/libs/clipboard/clipboard.js": "/vendor/libs/clipboard/clipboard.js?id=ef611f6990d8524d3bf5",
|
||||
"/vendor/libs/cropper/cropper.js": "/vendor/libs/cropper/cropper.js?id=025b292c27e74babbe75",
|
||||
"/vendor/libs/d3/d3.js": "/vendor/libs/d3/d3.js?id=d329745ea8102ac45087",
|
||||
"/vendor/libs/datatables/datatables.js": "/vendor/libs/datatables/datatables.js?id=a66ae366c67fae88c6e2",
|
||||
"/vendor/libs/dragula/dragula.js": "/vendor/libs/dragula/dragula.js?id=36d604d232a0cf50d32c",
|
||||
"/vendor/libs/dropzone/dropzone.js": "/vendor/libs/dropzone/dropzone.js?id=72955d08c477a076a43b",
|
||||
"/vendor/libs/eve/eve.js": "/vendor/libs/eve/eve.js?id=e776335055e03a606eb8",
|
||||
"/vendor/libs/flot/flot.js": "/vendor/libs/flot/flot.js?id=9adc389626e5729045a9",
|
||||
"/vendor/libs/flow-js/flow.js": "/vendor/libs/flow-js/flow.js?id=10cfa3cc7bba96a430eb",
|
||||
"/vendor/libs/fullcalendar/fullcalendar.js": "/vendor/libs/fullcalendar/fullcalendar.js?id=bc253800bbc3b46d463a",
|
||||
"/vendor/libs/fullcalendar/locale-all.js": "/vendor/libs/fullcalendar/locale-all.js?id=da4bf0392028859ec882",
|
||||
"/vendor/libs/gmaps/gmaps.js": "/vendor/libs/gmaps/gmaps.js?id=c7ad34cc8310b5f5c3fc",
|
||||
"/vendor/libs/growl/growl.js": "/vendor/libs/growl/growl.js?id=7bb11b1c66abe0c3d713",
|
||||
"/vendor/libs/idletimer/idletimer.js": "/vendor/libs/idletimer/idletimer.js?id=c7e48cdd7d30663bc85a",
|
||||
"/vendor/libs/jstree/jstree.js": "/vendor/libs/jstree/jstree.js?id=fcf324b4b87544bd2fc8",
|
||||
"/vendor/libs/knob/knob.js": "/vendor/libs/knob/knob.js?id=36dceb900fd11b916f0c",
|
||||
"/vendor/libs/ladda/ladda.js": "/vendor/libs/ladda/ladda.js?id=d4686839587fea79b3ef",
|
||||
"/vendor/libs/mapael/mapael.js": "/vendor/libs/mapael/mapael.js?id=0a21121bfa6ef97f76be",
|
||||
"/vendor/libs/mapael/maps/france_departments.js": "/vendor/libs/mapael/maps/france_departments.js?id=a4690f16b36c11185a68",
|
||||
"/vendor/libs/mapael/maps/usa_states.js": "/vendor/libs/mapael/maps/usa_states.js?id=c5db2ee2b5ea1df59e5f",
|
||||
"/vendor/libs/mapael/maps/world_countries_mercator.js": "/vendor/libs/mapael/maps/world_countries_mercator.js?id=c13c3e8cdeec8bf5fcd9",
|
||||
"/vendor/libs/mapael/maps/world_countries_miller.js": "/vendor/libs/mapael/maps/world_countries_miller.js?id=217aef83109677b8f0f2",
|
||||
"/vendor/libs/mapael/maps/world_countries.js": "/vendor/libs/mapael/maps/world_countries.js?id=63ec40156728b881c066",
|
||||
"/vendor/libs/markdown/markdown.js": "/vendor/libs/markdown/markdown.js?id=2ca96530d751928a614f",
|
||||
"/vendor/libs/masonry/masonry.js": "/vendor/libs/masonry/masonry.js?id=e8c21837f86e366b2396",
|
||||
"/vendor/libs/minicolors/minicolors.js": "/vendor/libs/minicolors/minicolors.js?id=71688782e1bececc06f5",
|
||||
"/vendor/libs/moment/moment.js": "/vendor/libs/moment/moment.js?id=8ea30f594d81094efc9b",
|
||||
"/vendor/libs/morris/morris.js": "/vendor/libs/morris/morris.js?id=95c292a54b708f7a1cc3",
|
||||
"/vendor/libs/nestable/nestable.js": "/vendor/libs/nestable/nestable.js?id=5d3ddd47efe72e8b593e",
|
||||
"/vendor/libs/nouislider/nouislider.js": "/vendor/libs/nouislider/nouislider.js?id=1f91491cde4574fd2214",
|
||||
"/vendor/libs/numeral/numeral.js": "/vendor/libs/numeral/numeral.js?id=0d9c23079e8b164069ab",
|
||||
"/vendor/libs/perfect-scrollbar/perfect-scrollbar.js": "/vendor/libs/perfect-scrollbar/perfect-scrollbar.js?id=af5a871b7ca34831cd5a",
|
||||
"/vendor/libs/photoswipe/photoswipe.js": "/vendor/libs/photoswipe/photoswipe.js?id=eccd559e7a8c5483f6cd",
|
||||
"/vendor/libs/plyr/plyr.js": "/vendor/libs/plyr/plyr.js?id=2a8dfe42edbcbe6e16e0",
|
||||
"/vendor/libs/popper/popper.js": "/vendor/libs/popper/popper.js?id=d1e7a3d3ebd76f448559",
|
||||
"/vendor/libs/pwstrength-bootstrap/pwstrength-bootstrap.js": "/vendor/libs/pwstrength-bootstrap/pwstrength-bootstrap.js?id=1deac3bd1b92ed58342a",
|
||||
"/vendor/libs/quill/quill.js": "/vendor/libs/quill/quill.js?id=d037a4b946abde0dff32",
|
||||
"/vendor/libs/raphael/raphael.js": "/vendor/libs/raphael/raphael.js?id=47571f5dcd0fa57bdeab",
|
||||
"/vendor/libs/select2/select2.js": "/vendor/libs/select2/select2.js?id=4882b06e6b41b164049e",
|
||||
"/vendor/libs/smartwizard/smartwizard.js": "/vendor/libs/smartwizard/smartwizard.js?id=5743ac51d00b380237ce",
|
||||
"/vendor/libs/sortablejs/sortable.js": "/vendor/libs/sortablejs/sortable.js?id=f07f1abef00bc16b8f06",
|
||||
"/vendor/libs/sparkline/sparkline.js": "/vendor/libs/sparkline/sparkline.js?id=101964e153cbf9d8144f",
|
||||
"/vendor/libs/spin/spin.js": "/vendor/libs/spin/spin.js?id=3f9a10d96bcb361c5896",
|
||||
"/vendor/libs/swiper/swiper.js": "/vendor/libs/swiper/swiper.js?id=06612e2945e90b4df3a2",
|
||||
"/vendor/libs/tableexport/tableexport.js": "/vendor/libs/tableexport/tableexport.js?id=fb8b44d6594dc9044a14",
|
||||
"/vendor/libs/timepicker/timepicker.js": "/vendor/libs/timepicker/timepicker.js?id=689bee68da71cf2d0c48",
|
||||
"/vendor/libs/toastr/toastr.js": "/vendor/libs/toastr/toastr.js?id=5e29ae467812c88a6b02",
|
||||
"/vendor/libs/typeahead-js/typeahead.js": "/vendor/libs/typeahead-js/typeahead.js?id=61d456b56fa560fd8d88",
|
||||
"/vendor/libs/validate/validate.js": "/vendor/libs/validate/validate.js?id=d8f17275a7c12cc1e3ee",
|
||||
"/vendor/libs/vanilla-text-mask/text-mask-addons.js": "/vendor/libs/vanilla-text-mask/text-mask-addons.js?id=e322bce92daf67b4b639",
|
||||
"/vendor/libs/vanilla-text-mask/vanilla-text-mask.js": "/vendor/libs/vanilla-text-mask/vanilla-text-mask.js?id=070d5715b55028eab934",
|
||||
"/vendor/libs/vegas/vegas.js": "/vendor/libs/vegas/vegas.js?id=b7b3ae32ea58ccd4a8e9",
|
||||
"/vendor/fonts/fontawesome.css": "/vendor/fonts/fontawesome.css?id=fdc535ee76b32f530304",
|
||||
"/vendor/fonts/ionicons.css": "/vendor/fonts/ionicons.css?id=4ef833dfb09e6fb2bfd3",
|
||||
"/vendor/fonts/linearicons.css": "/vendor/fonts/linearicons.css?id=9a2987f556bfaa568a2a",
|
||||
"/vendor/fonts/open-iconic.css": "/vendor/fonts/open-iconic.css?id=8427dd9c497eab4e5445",
|
||||
"/vendor/fonts/pe-icon-7-stroke.css": "/vendor/fonts/pe-icon-7-stroke.css?id=dc26a41697dc31d3297d",
|
||||
"/vendor/fonts/fontawesome/fa-brands-400.eot": "/vendor/fonts/fontawesome/fa-brands-400.eot?id=4d47d83fc5efa7f5675b",
|
||||
"/vendor/fonts/fontawesome/fa-brands-400.svg": "/vendor/fonts/fontawesome/fa-brands-400.svg?id=a12d50b7846d4322ea1f",
|
||||
"/vendor/fonts/fontawesome/fa-brands-400.ttf": "/vendor/fonts/fontawesome/fa-brands-400.ttf?id=1de57dc462a0e1ef2993",
|
||||
"/vendor/fonts/fontawesome/fa-brands-400.woff": "/vendor/fonts/fontawesome/fa-brands-400.woff?id=82d2d1bb8d3a55b8cc43",
|
||||
"/vendor/fonts/fontawesome/fa-brands-400.woff2": "/vendor/fonts/fontawesome/fa-brands-400.woff2?id=b813aa459244aa33ccb2",
|
||||
"/vendor/fonts/fontawesome/fa-regular-400.eot": "/vendor/fonts/fontawesome/fa-regular-400.eot?id=e32e0129c7b2eb14ef2c",
|
||||
"/vendor/fonts/fontawesome/fa-regular-400.svg": "/vendor/fonts/fontawesome/fa-regular-400.svg?id=14526d9596bf02101145",
|
||||
"/vendor/fonts/fontawesome/fa-regular-400.ttf": "/vendor/fonts/fontawesome/fa-regular-400.ttf?id=c691bf6cebba51a8f20f",
|
||||
"/vendor/fonts/fontawesome/fa-regular-400.woff": "/vendor/fonts/fontawesome/fa-regular-400.woff?id=bf858107749eb55dece0",
|
||||
"/vendor/fonts/fontawesome/fa-regular-400.woff2": "/vendor/fonts/fontawesome/fa-regular-400.woff2?id=fe77e4949448beca50b7",
|
||||
"/vendor/fonts/fontawesome/fa-solid-900.eot": "/vendor/fonts/fontawesome/fa-solid-900.eot?id=e28cd1b2785e074aaa1b",
|
||||
"/vendor/fonts/fontawesome/fa-solid-900.svg": "/vendor/fonts/fontawesome/fa-solid-900.svg?id=96dc3d202a4d0a9e377b",
|
||||
"/vendor/fonts/fontawesome/fa-solid-900.ttf": "/vendor/fonts/fontawesome/fa-solid-900.ttf?id=14cfd68ec78554ad40bb",
|
||||
"/vendor/fonts/fontawesome/fa-solid-900.woff": "/vendor/fonts/fontawesome/fa-solid-900.woff?id=780c990464bde27c7c1c",
|
||||
"/vendor/fonts/fontawesome/fa-solid-900.woff2": "/vendor/fonts/fontawesome/fa-solid-900.woff2?id=341d43a1f15f478cbdde",
|
||||
"/vendor/fonts/ionicons/ionicons.eot": "/vendor/fonts/ionicons/ionicons.eot?id=6adaf288764a3567694e",
|
||||
"/vendor/fonts/ionicons/ionicons.svg": "/vendor/fonts/ionicons/ionicons.svg?id=71148788db809df3496f",
|
||||
"/vendor/fonts/ionicons/ionicons.ttf": "/vendor/fonts/ionicons/ionicons.ttf?id=1d481626d2ab7f1fac0b",
|
||||
"/vendor/fonts/ionicons/ionicons.woff": "/vendor/fonts/ionicons/ionicons.woff?id=dbaa59c6a743fd437305",
|
||||
"/vendor/fonts/ionicons/ionicons.woff2": "/vendor/fonts/ionicons/ionicons.woff2?id=c7e8aa1b7e830978beb0",
|
||||
"/vendor/fonts/linearicons/Linearicons-Free.eot": "/vendor/fonts/linearicons/Linearicons-Free.eot?id=8eeebc48794c4049b95c",
|
||||
"/vendor/fonts/linearicons/Linearicons-Free.svg": "/vendor/fonts/linearicons/Linearicons-Free.svg?id=cdd4387bb50b7a5277d5",
|
||||
"/vendor/fonts/linearicons/Linearicons-Free.ttf": "/vendor/fonts/linearicons/Linearicons-Free.ttf?id=7539e5aec25052f76216",
|
||||
"/vendor/fonts/linearicons/Linearicons-Free.woff": "/vendor/fonts/linearicons/Linearicons-Free.woff?id=da35903e65fbd0596ac7",
|
||||
"/vendor/fonts/linearicons/Linearicons-Free.woff2": "/vendor/fonts/linearicons/Linearicons-Free.woff2?id=4fda2627b2e9f66533f8",
|
||||
"/vendor/fonts/open-iconic/open-iconic.eot": "/vendor/fonts/open-iconic/open-iconic.eot?id=023ef9766e051bf5dced",
|
||||
"/vendor/fonts/open-iconic/open-iconic.otf": "/vendor/fonts/open-iconic/open-iconic.otf?id=d65d64eaf5fc3fcb3f0f",
|
||||
"/vendor/fonts/open-iconic/open-iconic.svg": "/vendor/fonts/open-iconic/open-iconic.svg?id=8217b7ac84b409b12968",
|
||||
"/vendor/fonts/open-iconic/open-iconic.ttf": "/vendor/fonts/open-iconic/open-iconic.ttf?id=91b7cae0eb07c52e9707",
|
||||
"/vendor/fonts/open-iconic/open-iconic.woff": "/vendor/fonts/open-iconic/open-iconic.woff?id=c2e9230322c79097292f",
|
||||
"/vendor/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.eot": "/vendor/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.eot?id=2bbee14f77b180ace75e",
|
||||
"/vendor/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.svg": "/vendor/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.svg?id=e390da45acf2f68dabea",
|
||||
"/vendor/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.ttf": "/vendor/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.ttf?id=abe014f6da758bc6141b",
|
||||
"/vendor/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.woff": "/vendor/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.woff?id=5d004a461773ffca6534"
|
||||
}
|
||||
2
public/robots.txt
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow:
|
||||