We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d6b72 commit 733f450Copy full SHA for 733f450
config/app.php
@@ -11,6 +11,12 @@
11
'google_analytics' => env('GOOGLE_ANALYTICS', ''),
12
'google_map_key' => env('GOOGLE_MAP_KEY', ''),
13
14
+ 'debug_blacklist' => [
15
+ '_ENV' => array_keys($_ENV),
16
+ '_COOKIE' => array_keys($_COOKIE),
17
+ '_SERVER' => array_keys($_SERVER),
18
+ ],
19
+
20
/*
21
|--------------------------------------------------------------------------
22
| Application Name
resources/assets/js/titan/pagination.js
@@ -91,6 +91,7 @@ var PaginationClass = function (options) {
91
if (vars.onComplete) {
92
vars.onComplete();
93
}
94
95
$('.js-pagination-loader').hide();
96
}).fail(function () {
97
isAjaxBusy = false;
0 commit comments