diff --git a/ajax.js b/ajax.js index 6b4693c..6f4fa2a 100644 --- a/ajax.js +++ b/ajax.js @@ -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