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 25, 2024
1 parent afb0bb0 commit 57b3848
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ajax.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
$(document).ready(function() {
 $.ajax({url: "shortcutkeys.html", success: function(result){
     $("#Shortcutkeys").html(result);
  }});

// Tabbed Menu

$(document).ready(function() {
const API_KEY = 'AIzaSyAAVEyh_nSUsyhpZq-N1oeb1qGNanbz_Kc';
const FOLDER_ID = '1_iCnZEDJpQEK524YzL3v8RWUtM9sDqge'; // Replace with your public Google Drive folder ID

Expand Down

0 comments on commit 57b3848

Please sign in to comment.