Skip to content

Commit

Permalink
Update coursedisp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mw4mba authored May 20, 2024
1 parent f52342e commit f2bf038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coursedisp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

const filterapiSource = "http://localhost:3000/Coursefeed1"; // replace with actual remote json source
const filterapiSource = "./CourseFeed_Global.json"; // replace with actual remote json source
const label=document.querySelector('label[for="apt"]')
const display =document.querySelector("#display-data");
const qry= localStorage.getItem("qq1")//'advanced machine learning models using ibm spss modeler (v18.2)'//localStorage.getItem('query');//require('qr');
Expand Down

0 comments on commit f2bf038

Please sign in to comment.