Skip to content

Commit

Permalink
Update ajax.js
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 26, 2024
1 parent ac36efb commit e6b459d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $.ajax({url: "shortcutkeys.html", success: function(result){
     $("#Shortcutkeys").html(result);
  }});

$.ajax({url: "service.html", success: function(result){
$.ajax({url: "Service.html", success: function(result){
     $("#service").html(result);
  }});

Expand Down

0 comments on commit e6b459d

Please sign in to comment.