diff --git a/app/views/backend/layouts/default.blade.php b/app/views/backend/layouts/default.blade.php index db35eb527249..743483ec7f44 100755 --- a/app/views/backend/layouts/default.blade.php +++ b/app/views/backend/layouts/default.blade.php @@ -28,7 +28,7 @@ - @@ -36,8 +36,8 @@ - > - + + @@ -310,12 +310,12 @@ alertify.confirm('Are you sure?', function (e) { if (e) { // user clicked "ok" - window.location = targetLink; + window.location = targetLink; } else { // user clicked "cancel", do nothing. } }); - }); + }); });