Browse Source

Fix system option display

兔姬桑 4 years ago
parent
commit
d088a7a1bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/admin/config/system.blade.php

+ 1 - 1
resources/views/admin/config/system.blade.php

@@ -414,7 +414,7 @@
             $('#node_blocked_notification').selectpicker('val', {!! $node_blocked_notification !!});
             $('#node_blocked_notification').selectpicker('val', {!! $node_blocked_notification !!});
             $('#node_daily_notification').selectpicker('val', {!! $node_daily_notification !!});
             $('#node_daily_notification').selectpicker('val', {!! $node_daily_notification !!});
             $('#node_offline_notification').selectpicker('val', {!! $node_offline_notification !!});
             $('#node_offline_notification').selectpicker('val', {!! $node_offline_notification !!});
-            $('#password_reset_notification').selectpicker('val', {!! $password_reset_notification !!});
+            $('#password_reset_notification').selectpicker('val', '{{$password_reset_notification}}');
             $('#payment_received_notification').selectpicker('val', {!! $payment_received_notification !!});
             $('#payment_received_notification').selectpicker('val', {!! $payment_received_notification !!});
             $('#ticket_closed_notification').selectpicker('val', {!! $ticket_closed_notification !!});
             $('#ticket_closed_notification').selectpicker('val', {!! $ticket_closed_notification !!});
             $('#ticket_created_notification').selectpicker('val', {!! $ticket_created_notification !!});
             $('#ticket_created_notification').selectpicker('val', {!! $ticket_created_notification !!});