Added floCrypto.js
This commit is contained in:
parent
f32b1d5495
commit
bfa5345d4a
@ -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';} ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user