Forum Discussion
Open external link is same tab/window
Previous solutions referenced modifying the main.bundle.js file. However, the naming conventions of the published Rise files have now changed. To locate the correct file, it is recommended to first download the published content to your computer since using your LMS to conduct a deep search of the file content may not work as well.
Once you have extracted the content, navigate to scormcontent>lib>rise. Then, in the search bar, type the following string: isIphoneSafari?"_top
This will help bring up the correct file where this code string is located and where the change needs to occur. Once you open the file in a text editor, use Ctrl-F to search again for isIphoneSafari?"_top
From there, you'll find something similar to isIphoneSafari?"_top":"_self",Q=E?j:"_blank"
The letter combination between "_self" and "_blank" may vary depending on the most recent Rise update to the js files. Simply change "_blank" to "_top" then save the file. That's it!
Related Content
- 5 months ago
- 12 months ago