1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2026-02-04 16:03:10 +00:00

Compare commits

..

No commits in common. "2f02dd951f519d1969dc5ae9a95c5ddfdf1f6a1c" and "f276e9e2ea3f99e61add5f757e578cc6cb96b8fa" have entirely different histories.

View File

@ -1867,7 +1867,7 @@ export default {
const base64Data = btoa(unescape(encodeURIComponent(jsonString))); const base64Data = btoa(unescape(encodeURIComponent(jsonString)));
// examaware://URL // examaware://URL
const ea2Url = `examaware://player?data=${encodeURIComponent(base64Data)}`; const ea2Url = `examaware://player?data=${base64Data}`;
// //
window.location.href = ea2Url; window.location.href = ea2Url;