Skip to content

Commit

Permalink
Merge branch 'main' of github.com:simul/openxr-tutorial-src
Browse files Browse the repository at this point in the history
  • Loading branch information
rvkennedy committed Jan 23, 2024
2 parents f6a0d99 + 3a8cb3d commit a2698a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions tutorial/tutorial_sphinx_theme_1/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@
var graphicsapi =getGraphicsAPI();
var platform =getPlatform();
var url =window.location.href;
url =addUrlParameter(url,"platform",platform);
url =addUrlParameter(url,"graphicsapi",graphicsapi);
//url =addUrlParameter(url,"platform",platform);
//url =addUrlParameter(url,"graphicsapi",graphicsapi);
navigator.clipboard.writeText(url);
var dlg = document.getElementById("copied-link-dialog");
document.getElementById("copied-link-text").innerHTML = "Copied:<br>" + url + "<br>to the clipboard.";
Expand Down

0 comments on commit a2698a3

Please sign in to comment.