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 9db2b08 commit 07c008a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ $.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);
  }});
  }}); */

// Tabbed Menu

Expand Down

0 comments on commit 07c008a

Please sign in to comment.