mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-03 02:58:42 +00:00
Fixed System config blade JavaScript bug
This commit is contained in:
@@ -2,7 +2,6 @@ APP_NAME=ProxyPanel
|
||||
APP_ENV=local
|
||||
APP_KEY=
|
||||
APP_DEBUG=
|
||||
APP_DEMO=
|
||||
APP_URL=https://proxypanel.ddo.jp
|
||||
APP_TIMEZONE=Asia/Shanghai
|
||||
APP_LOCALE=zh_CN
|
||||
|
||||
@@ -73,8 +73,7 @@ This project is based on Laravel 10 Framework. Therefore, it requires all Larave
|
||||
## Funding
|
||||
|
||||
Buy me a Coffee ☕?
|
||||
- **PayPal:** [paypal.me/brettonye](https://www.paypal.com/paypalme/brettonye)
|
||||
- **USDT-TRC20:** TFMxq91oPCnoxDXBiEgRzab5N6GFnAbTT5
|
||||
- **USDT-TRC20:** TJbd8dyryPJ5aPJkArG1Lwr28g9g2FLd29
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -618,8 +618,8 @@
|
||||
node_daily_notification: {!! $node_daily_notification ?: 'null' !!},
|
||||
node_offline_notification: {!! $node_offline_notification ?: 'null' !!},
|
||||
node_renewal_notification: {!! $node_renewal_notification ?: 'null' !!},
|
||||
password_reset_notification: {!! $password_reset_notification ?: 'null' !!},
|
||||
payment_confirm_notification: {!! $payment_confirm_notification ?: 'null' !!},
|
||||
password_reset_notification: '{{ $password_reset_notification }}',
|
||||
payment_confirm_notification: '{{ $payment_confirm_notification }}',
|
||||
payment_received_notification: {!! $payment_received_notification ?: 'null' !!},
|
||||
ticket_closed_notification: {!! $ticket_closed_notification ?: 'null' !!},
|
||||
ticket_created_notification: {!! $ticket_created_notification ?: 'null' !!},
|
||||
@@ -655,9 +655,8 @@
|
||||
parentId.selectpicker('refresh');
|
||||
};
|
||||
['account_expire_notification', 'data_anomaly_notification', 'data_exhaust_notification', 'node_blocked_notification',
|
||||
'node_daily_notification', 'node_offline_notification', 'node_renewal_notification', 'password_reset_notification',
|
||||
'payment_confirm_notification', 'payment_received_notification', 'ticket_closed_notification', 'ticket_created_notification',
|
||||
'ticket_replied_notification'
|
||||
'node_daily_notification', 'node_offline_notification', 'node_renewal_notification', 'payment_received_notification',
|
||||
'ticket_closed_notification', 'ticket_created_notification', 'ticket_replied_notification'
|
||||
].forEach(disableChannel);
|
||||
|
||||
@if (!$captcha)
|
||||
|
||||
Reference in New Issue
Block a user