Skip to content

Commit

Permalink
copyLinkToThisPage() does not add url parameters now.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRichards-Code committed Jan 23, 2024
1 parent 242cb68 commit 3a8cb3d
Showing 1 changed file with 2 additions and 2 deletions.
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 3a8cb3d

Please sign in to comment.