Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
feat(#7): open focus url
Browse files Browse the repository at this point in the history
  • Loading branch information
seunggabi committed May 11, 2020
1 parent 4eeb15c commit 6f8b152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "AutoRefresh",
"description": "자동으로 URL 페이지를 새로고침 해줍니다. 횟수와 주기는 ms 단위로 설정이 가능합니다.\nAutomatically refresh the URL page. The number and period can be set in ms units.",
"version": "2.2.0",
"version": "2.2.1",

"icons": {
"128": "images/icon.png"
Expand Down
2 changes: 2 additions & 0 deletions popup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ function init() {
renderLink();
renderView();
bindEvent();

$('#url').focus();
}

function makeDateTime(exdays) {
Expand Down

0 comments on commit 6f8b152

Please sign in to comment.