From 263c34c04fa09fdab69ba70bd0705746f69e9a69 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 15 Aug 2016 07:51:56 +0300 Subject: [PATCH] Tweak alert settings --- resources/views/master.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index 9197e51a97b2..c2db2b9a265a 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -90,12 +90,12 @@ function sweetConfirm(success, text, title) { title = title || "{!! trans("texts.are_you_sure") !!}"; swal({ - type: "warning", + //type: "warning", + //confirmButtonColor: "#DD6B55", title: title, text: text, cancelButtonText: "{!! trans("texts.no") !!}", confirmButtonText: "{!! trans("texts.yes") !!}", - confirmButtonColor: "#DD6B55", showCancelButton: true, closeOnConfirm: false }, function() {