|
@@ -780,7 +780,6 @@ module.exports = __webpack_require__(40);
|
|
|
|
|
|
(function(module, exports, __webpack_require__) {
|
|
|
|
|
|
-
|
|
|
|
|
|
* First we will load all of this project's JavaScript dependencies which
|
|
|
* includes Vue and other libraries. It is a great starting point when
|
|
@@ -802,6 +801,12 @@ var app = new Vue({
|
|
|
el: '#app'
|
|
|
});
|
|
|
|
|
|
+window.setTimeout(function () {
|
|
|
+ $("#flash-message").fadeTo(500, 0).slideUp(500, function () {
|
|
|
+ $(this).remove();
|
|
|
+ });
|
|
|
+}, 3000);
|
|
|
+
|
|
|
}),
|
|
|
|
|
|
(function(module, exports, __webpack_require__) {
|
|
@@ -41984,4 +41989,4 @@ if (false) {
|
|
|
|
|
|
|
|
|
})
|
|
|
- ]);
|
|
|
+ ]);
|