Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Signed-off-by: Ismail irfan <98257637+Ismailirfan@users.noreply.github.com>
  • Loading branch information
Ismailirfan authored May 23, 2024
1 parent e52c4e8 commit d54af35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ <h4 class="modal-title">Modal Heading</h4>

<script>
$.ajax({
url: 'MyPrayerMYHappyLIfe/shortcutkeys.html',
url: 'shortcutkeys.html',
dataType: 'html',
methods: 'GET',
method: 'GET',
success: function(data) {
// Find the specific element in the loaded HTML content
var specificElement = $(data).find('.Services');
Expand Down

0 comments on commit d54af35

Please sign in to comment.