Skip to content

Commit

Permalink
Merge pull request #7 from myriky/hotfix/hostname
Browse files Browse the repository at this point in the history
srt 호스트 변경 etk.srail.co.kr -> etk.srail.kr
  • Loading branch information
meeeejin authored Nov 1, 2020
2 parents cc370a2 + c378b75 commit 9c1ddc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var dsturl1 = "https://etk.srail.co.kr/hpg/hra/01/selectScheduleList.do?pageId=TK0101010000";
var dsturl1 = 'https://etk.srail.kr/hpg/hra/01/selectScheduleList.do?pageId=TK0101010000'

window.showModalDialog = window.showModalDialog || function(url, arg, opt) {
window.open(url, arg, opt);
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"description": "SRT 자동 예약 매크로",
"version": "1.0.6",
"permissions": [
"https://etk.srail.co.kr/"
"https://etk.srail.kr/"
],
"icons": {
"128": "images/icon128.png"
},
"content_scripts": [ {
"all_frames": true,
"js": ["jquery-1.11.3.min.js", "content.js"],
"matches": ["https://etk.srail.co.kr/*"],
"matches": ["https://etk.srail.kr/*"],
"run_at": "document_end"
}],
"background": {
Expand Down

0 comments on commit 9c1ddc5

Please sign in to comment.