Skip to content

Commit

Permalink
remove old JS packages that prevented survey from submitting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabzee committed Dec 5, 2024
1 parent 72e8090 commit d48111f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions view/fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@


</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.0/themes/base/jquery-ui.css">
<script src="//code.jquery.com/ui/1.12.0/jquery-ui.js"></script>
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css">

<!--=============================================.-->
<!--Old package prevent survey from submitting.-->
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>-->
<!--<link rel="stylesheet" href="//code.jquery.com/ui/1.12.0/themes/base/jquery-ui.css">-->
<!--<script src="//code.jquery.com/ui/1.12.0/jquery-ui.js"></script>-->
<!--<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css">-->
<!--=============================================.-->
<script src="<?php echo $this->getUrl("assets/js/fields.js", true, true) ?>"></script>

<script>
Expand Down

0 comments on commit d48111f

Please sign in to comment.