Explorar o código

Merge branch 'dev' of rav.triplestart.com:jmudaka/stagfe2

Josh %!s(int64=4) %!d(string=hai) anos
pai
achega
923f9306d7

+ 2 - 0
resources/views/app/mc.blade.php

@@ -10,6 +10,8 @@
     <link href="/css/style.css" rel="stylesheet">
     <link href="/v-splitter-px/v-splitter.css" rel="stylesheet" >
     <script src="/v-splitter-px/v-splitter.js"></script>
+    <link rel="stylesheet" href="{{ asset('/css/toastr.min.css') }}">
+    <script src="{{ asset('js/toastr.min.js') }}" type="application/javascript"></script>
     <title>Scholar</title>
 </head>
 <body class="h-100">

+ 2 - 2
resources/views/app/video/call.blade.php

@@ -569,9 +569,9 @@
                             }
                             else {
                                 if (_data.message) {
-                                    toastr.error(_data.message);
+                                    window.top.toastr.error(_data.message);
                                 } else {
-                                    toastr.error('Unable to claim the patient');
+                                    window.top.toastr.error('Unable to claim the patient');
                                 }
                             }
                         }, 'json');