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 c9bbf13 commit 2b66fe1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ajax.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
 $.ajax({url: "shortcutkeys.html", success: function(result){


$(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 2b66fe1

Please sign in to comment.