Skip to content

Commit

Permalink
Update defer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobxperez committed Sep 16, 2023
1 parent 1ddae7c commit d0d8cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/defer.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let templateURL;
location.hostname === 'localhost' || location.hostname === '127.0.0.1'
? (templateURL = window.location.origin + '/templates/a.4650d11e.html')
: (templateURL =
window.location.origin + '/rams/templates/a.html');
window.location.origin + '/rams/templates/a.7b1ee141.html');

// create main layout
let layout = `
Expand Down

0 comments on commit d0d8cf9

Please sign in to comment.