File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
"strict_min_version" : " 60.0"
8
8
}
9
9
},
10
- "version" : " 0.1.0 " ,
10
+ "version" : " 0.1.1 " ,
11
11
"author" : " Nishit" ,
12
12
"icons" : {
13
13
"48" : " icon48.png"
Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< meta name ="viewport " content ="width=<device-width>, initial-scale=1.0 " />
6
6
< meta http-equiv ="X-UA-Compatible " content ="ie=edge " />
7
- < title > Document </ title >
7
+ < title > New Tab </ title >
8
8
< script type ="text/javascript " src ="./tabnotes.js "> </ script >
9
9
</ head >
10
10
< style >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function saveToDB() {
20
20
21
21
function tabOpen ( tab ) {
22
22
browser . storage . sync . get ( "tab_note" ) . then ( result => {
23
- if ( typeof result !== "undefined" ) {
23
+ if ( typeof result . tab_note !== "undefined" ) {
24
24
document . querySelector ( "#notes" ) . value = result . tab_note ;
25
25
}
26
26
} ) ;
You can’t perform that action at this time.
0 commit comments