Skip to content

Commit

Permalink
Remove uneeded line of code in view
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Jun 12, 2021
1 parent d1e935e commit c9e17c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/quran.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
<script src="/public/js/jquery.mediaplayer.js?v=13"></script>
<script src="/public/js/jquery.quran.js?v=4"></script>
<script>
//var quran = <?php echo json_encode($quran->data); ?>;
var surahChangers = <?php echo json_encode($surahChangers); ?>;
$(function() {
var player = $('#quranPlayer')[0];
Expand Down

0 comments on commit c9e17c5

Please sign in to comment.