Skip to content

Commit 18b02f5

Browse files
committed
acommented script jquery
1 parent 03775b9 commit 18b02f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cweb/elcurrencyweb/views/converter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<p id="answer-text"></p>
3939
</div>
4040
</div>
41-
<script src="https://code.jquery.com/jquery-3.6.3.js" integrity="sha256-nQLuAZGRRcILA+6dMBOvcRh5Pe310sBpanc6+QBmyVM=" crossorigin="anonymous"></script>
41+
<!-- <script src="https://code.jquery.com/jquery-3.6.3.js" integrity="sha256-nQLuAZGRRcILA+6dMBOvcRh5Pe310sBpanc6+QBmyVM=" crossorigin="anonymous"></script> -->
4242
<!-- convertCurrency -->
4343
<script>
4444
let baseUrl = "<?php echo site_url(); ?>";

cweb/elcurrencyweb/views/currency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
</section>
8989
<div class="row">
9090

91-
<script src="https://code.jquery.com/jquery-3.6.3.js" integrity="sha256-nQLuAZGRRcILA+6dMBOvcRh5Pe310sBpanc6+QBmyVM=" crossorigin="anonymous"></script>
91+
<!-- <script src="https://code.jquery.com/jquery-3.6.3.js" integrity="sha256-nQLuAZGRRcILA+6dMBOvcRh5Pe310sBpanc6+QBmyVM=" crossorigin="anonymous"></script> -->
9292
<script>
9393
let baseUrl = "<?php echo site_url(); ?>";
9494
let uricall = baseUrl + '/Currency_Api';

0 commit comments

Comments
 (0)