Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Relocate iframe.html to resources folder
  • Loading branch information
marcoscaceres committed Jul 29, 2021
commit 512e90ab4f100321efd9536e0c004e2cb8a32fd3
2 changes: 1 addition & 1 deletion geolocation-API/non-fully-active.https.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

// Create the iframe, wait for it to load...
const iframe = document.createElement("iframe");
iframe.src = "iframe.html";
iframe.src = "resources/iframe.html";
iframe.allow = "geolocation";
document.body.appendChild(iframe);

Expand Down
File renamed without changes.