Added floCrypto.js

This commit is contained in:
tripathyr 2021-11-07 17:08:28 +05:30 committed by GitHub
parent f32b1d5495
commit bfa5345d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@ if(checkLoginStatus()) {
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://sairajzero.github.io/Standard_Operations/cdn/floCrypto.js"></script>
<script src="<?=JS_DIR?>/notify.js"></script>
@ -116,4 +117,4 @@ $type = isset($_GET['type']) ? trim($_GET['type']) : 'danger';
</div>
</div>
<?php if ($user_logged_in) {include_once 'req_user_info.php';} ?>
<?php if ($user_logged_in) {include_once 'req_user_info.php';} ?>