Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
Update settings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding4Hours authored Oct 2, 2023
1 parent 35aa0c5 commit df48070
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/js/settings.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
var script = document.createElement('script');
script.src = 'https://code.jquery.com/jquery-3.6.3.min.js'; // Check https://jquery.com/ for the current version
document.getElementsByTagName('head')[0].appendChild(script);


// start of password protection
if (getPassword() == null) {

Expand Down

0 comments on commit df48070

Please sign in to comment.