11wqe1 1 giorno fa
parent
commit
8243b59f49
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/HomeView.vue

+ 2 - 2
src/views/HomeView.vue

@@ -383,7 +383,7 @@ export default {
 				if (this.roleUser.role==1) {
 					window.topU.postMessage(
 						{
-							tools: "opencCscl",
+							tools: "opencCscl2",
 							cid: this.courseId,
 							gid: '',
 						},
@@ -412,7 +412,7 @@ export default {
 						if (groupCid) {
 							window.topU.postMessage(
 								{
-									tools: "opencCscl",
+									tools: "opencCscl2",
 									cid: this.courseId,
 									gid: groupCid,
 								},