lsc 2 년 전
부모
커밋
1c625e5368
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      kityminder-editor/dist/index.html

+ 1 - 1
kityminder-editor/dist/index.html

@@ -84,7 +84,7 @@
 					window.minder = minder;
 				};
 			});
-
+	document.domain = document.domain.split(".").slice(-2).join(".");
 </script>
 
 </html>