Skip to content

Commit 1cde393

Browse files
author
Haxorsprogramming
committed
'update'
1 parent 5e49150 commit 1cde393

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

engine/bind/login/loginPage.bind.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- endinject -->
1919
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
2020
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
21-
<link rel="stylesheet" href="http://asset.justhasnah.my.id/cdn/izi_toast/iziToast.min.css">
21+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/izitoast/1.4.0/css/iziToast.min.css">
2222
</head>
2323

2424
<body style="font-family: 'Nunito', sans-serif;">
@@ -74,9 +74,8 @@ class="btn btn-block btn-primary btn-lg font-weight-medium auth-form-btn"
7474
<!-- container-scroller -->
7575
<!-- base:js -->
7676
<script src="<?=STYLEBASE; ?>/login/js/login.js"></script>
77-
<script src="<?=STYLEBASE; ?>/login/js/page/auth-workers.js"></script>
7877
<script src="<?=STYLEBASE; ?>/login/vendors/base/vendor.bundle.base.js"></script>
79-
<script src="http://asset.justhasnah.my.id/cdn/izi_toast/iziToast.min.js"></script>
78+
<script src="https://cdnjs.cloudflare.com/ajax/libs/izitoast/1.4.0/js/iziToast.min.js"></script>
8079
<!-- endinject -->
8180
<!-- inject:js -->
8281
<script src="<?=STYLEBASE; ?>/login/js/template.js"></script>

0 commit comments

Comments
 (0)