You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mobiusinversion/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -408,7 +408,7 @@
408
408
});
409
409
headerpanel.appendChild(headerpaneldownloadlink);
410
410
constdownloadlink=document.createElement('div');
411
-
downloadlink.title='All the JavaScript code is in the html file.\nClick here to download the html file, if you want to run it local and tinker with the code.';
411
+
downloadlink.title='Download html file with all the code, if you want to run it offline and tinker with the code.';
0 commit comments