Skip to content

Commit

Permalink
Del debug Console logging
Browse files Browse the repository at this point in the history
Removed debug Console logging from helpers.js.
Removed localy copy of jquery and require and link to cloudflare cdn instead.
  • Loading branch information
bkristensen committed Feb 4, 2024
1 parent ba06b58 commit 4e03ec0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions www/assets/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,9 @@ const hlpFunctions = {
return url;
},
parseSrcUrl: function (value, default_url = 'assets/none.png') {
console.log("Parse url:", value);
let url = this.stripUrl(value);
console.log("Stripped url:", url);
if (this.checkUrlOnline(url)) return url;
url = WEBSITE_URL + url;
console.log("Full url:", url);
if (this.checkUrlOnline(url)) return url;
console.log("Could not parse url:", url);
return default_url;
Expand Down
2 changes: 0 additions & 2 deletions www/assets/jquery.js

This file was deleted.

5 changes: 0 additions & 5 deletions www/assets/require.js

This file was deleted.

0 comments on commit 4e03ec0

Please sign in to comment.