We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1db06c commit c0d1a8fCopy full SHA for c0d1a8f
1 file changed
src/Views/tickets/index.blade.php
@@ -77,7 +77,6 @@ function show_bottom_toast(reload_secs)
77
78
$(function(){
79
var toast_countdown = ({{ $setting->grab('newest_list_reload_seconds') }} - 3)*1000;
80
- var toast_countdown = 2000;
81
var reload_secs = 4;
82
83
setTimeout(function(){ show_bottom_toast(reload_secs) }, toast_countdown);
0 commit comments