Closed ochan1 closed 3 years ago
Among the "options" input when calling "newProjectDiv" or "newCollectionDiv" from cloud.js, add this line to enable: linkTarget: '_blank'
linkTarget: '_blank'
Tested in collection.tmp so far
collection.tmp
Will use a secure version of a New Tab as written here: https://www.freecodecamp.org/news/how-to-use-html-to-open-link-in-new-tab/
Example:
This looks good to me. I'll test it out soon. 👍
Renamed branches for clarity, which made me having to remove this Pull Request
New (but same one) here: https://github.com/snap-cloud/SnapSite/pull/103
Among the "options" input when calling "newProjectDiv" or "newCollectionDiv" from cloud.js, add this line to enable:
linkTarget: '_blank'
Tested in
collection.tmp
so farWill use a secure version of a New Tab as written here: https://www.freecodecamp.org/news/how-to-use-html-to-open-link-in-new-tab/
Example: