mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 03:02:31 +09:00
버그 수정
This commit is contained in:
@@ -46,7 +46,7 @@ class Talk {
|
||||
global.option = Common.mergeObject(options, default_options)
|
||||
|
||||
/*서비스워커 윈도우 클라이언트 특정 하기 위한 url 맵핑*/
|
||||
if(options.url !== undefined && options.url !== '') {
|
||||
if(options.url !== '' && options.url !== undefined) {
|
||||
global.currentUrl = options.url;
|
||||
} else {
|
||||
global.currentUrl = window.location.href;
|
||||
|
||||
Reference in New Issue
Block a user