Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chat_webview
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCommunication
chat_webview
Commits
a2db4e6e
Commit
a2db4e6e
authored
Apr 26, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FermiサーバURL変更
parent
e286d665
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
public_new/collaboration_documents.html
+1
-1
public_new/collaboration_picture.html
+1
-1
public_new/collaboration_video.html
+1
-1
public_new/collaboration_voice.html
+1
-1
public_new/js/share.js
+1
-1
No files found.
public_new/collaboration_documents.html
View file @
a2db4e6e
...
...
@@ -165,7 +165,7 @@
<script
src=
"./js/language_ja.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/language_en.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/chat-websocket.js"
></script>
<script
src=
"https://
abook.coview.co.kr:443
/coview_api.js"
></script>
<script
src=
"https://
livetaskyell.abookcloud.com
/coview_api.js"
></script>
<script
src=
"./js/share.js"
></script>
<script>
$
(
"#footer_collabo"
).
load
(
"./footer_collabo.html"
);
...
...
public_new/collaboration_picture.html
View file @
a2db4e6e
...
...
@@ -168,7 +168,7 @@
<script
src=
"./js/language_ja.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/language_en.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/chat-websocket.js"
></script>
<script
src=
"https://
abook.coview.co.kr:443
/coview_api.js"
></script>
<script
src=
"https://
livetaskyell.abookcloud.com
/coview_api.js"
></script>
<script
src=
"./js/share.js"
></script>
<script>
$
(
"#footer_collabo"
).
load
(
"./footer_collabo.html"
);
...
...
public_new/collaboration_video.html
View file @
a2db4e6e
...
...
@@ -165,7 +165,7 @@
<script
src=
"./js/language_ja.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/language_en.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/chat-websocket.js"
></script>
<script
src=
"https://
abook.coview.co.kr:443
/coview_api.js"
></script>
<script
src=
"https://
livetaskyell.abookcloud.com
/coview_api.js"
></script>
<script
src=
"./js/share.js"
></script>
</body>
<script>
...
...
public_new/collaboration_voice.html
View file @
a2db4e6e
...
...
@@ -113,7 +113,7 @@
<script
src=
"./js/language_ja.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/language_en.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/chat-websocket.js"
></script>
<script
src=
"https://
abook.coview.co.kr:443
/coview_api.js"
></script>
<script
src=
"https://
livetaskyell.abookcloud.com
/coview_api.js"
></script>
<script
src=
"./js/share.js"
></script>
<script>
$
(
"#footer_collabo"
).
load
(
"./footer_collabo.html"
);
...
...
public_new/js/share.js
View file @
a2db4e6e
...
...
@@ -8,7 +8,7 @@ $(function(){
testSTRParam
:
"param1"
,
testNUMParam
:
77
,
testBOOLParam
:
false
,
coview_api_srv_addr
:
"https://
abook.coview.co.kr:443
"
,
coview_api_srv_addr
:
"https://
livetaskyell.abookcloud.com
"
,
coview_wrap_id
:
"coviewShare"
,
coview_api_key
:
"8dda7092c5820d663"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment