@@ -26,31 +26,31 @@ <h1 class="container">Cookie Editor</h1>
26
26
27
27
< div class ="panel button-bar active " id ="button-bar-default ">
28
28
< div class ="panel-section panel-section-footer ">
29
- < button class ="panel-section-footer-button " id ="create-cookie ">
29
+ < button class ="panel-section-footer-button " id ="create-cookie " type =" button " >
30
30
< div >
31
31
< svg class ="icon "> < use href ="../sprites/solid.svg#plus "> </ use > </ svg >
32
32
< div class ="tooltip " role ="tooltip "> Add</ div >
33
33
</ div >
34
34
</ button >
35
35
< div class ="panel-section-footer-separator "> </ div >
36
36
37
- < button class ="panel-section-footer-button danger " id ="delete-all-cookies ">
37
+ < button class ="panel-section-footer-button danger " id ="delete-all-cookies " type =" button " >
38
38
< div >
39
39
< svg class ="icon "> < use href ="../sprites/solid.svg#trash "> </ use > </ svg >
40
40
< div class ="tooltip " role ="tooltip "> Delete All</ div >
41
41
</ div >
42
42
</ button >
43
43
< div class ="panel-section-footer-separator "> </ div >
44
44
45
- < button class ="panel-section-footer-button " id ="import-cookies ">
45
+ < button class ="panel-section-footer-button " id ="import-cookies " type =" button " >
46
46
< div >
47
47
< svg class ="icon "> < use href ="../sprites/solid.svg#file-import "> </ use > </ svg >
48
48
< div class ="tooltip " role ="tooltip "> Import</ div >
49
49
</ div >
50
50
</ button >
51
51
< div class ="panel-section-footer-separator "> </ div >
52
52
53
- < button class ="panel-section-footer-button " id ="export-cookies ">
53
+ < button class ="panel-section-footer-button " id ="export-cookies " type =" button " >
54
54
< div >
55
55
< svg class ="icon "> < use href ="../sprites/solid.svg#file-export "> </ use > </ svg >
56
56
< div class ="tooltip " role ="tooltip "> Export</ div >
@@ -61,15 +61,15 @@ <h1 class="container">Cookie Editor</h1>
61
61
62
62
< div class ="panel button-bar " id ="button-bar-add ">
63
63
< div class ="panel-section panel-section-footer ">
64
- < button class ="panel-section-footer-button " id ="return-list-add ">
64
+ < button class ="panel-section-footer-button " id ="return-list-add " type =" button " >
65
65
< div >
66
66
< svg class ="icon "> < use href ="../sprites/solid.svg#arrow-left "> </ use > </ svg >
67
67
< div class ="tooltip " role ="tooltip "> Cancel</ div >
68
68
</ div >
69
69
</ button >
70
70
< div class ="panel-section-footer-separator "> </ div >
71
71
72
- < button class ="panel-section-footer-button primary " id ="save-create-cookie ">
72
+ < button class ="panel-section-footer-button primary " id ="save-create-cookie " type =" button " >
73
73
< div >
74
74
< svg class ="icon "> < use href ="../sprites/solid.svg#save "> </ use > </ svg >
75
75
< div class ="tooltip " role ="tooltip "> Add</ div >
@@ -80,15 +80,15 @@ <h1 class="container">Cookie Editor</h1>
80
80
81
81
< div class ="panel button-bar " id ="button-bar-import ">
82
82
< div class ="panel-section panel-section-footer ">
83
- < button class ="panel-section-footer-button " id ="return-list-import ">
83
+ < button class ="panel-section-footer-button " id ="return-list-import " type =" button " >
84
84
< div >
85
85
< svg class ="icon "> < use href ="../sprites/solid.svg#arrow-left "> </ use > </ svg >
86
86
< div class ="tooltip " role ="tooltip "> Cancel</ div >
87
87
</ div >
88
88
</ button >
89
89
< div class ="panel-section-footer-separator "> </ div >
90
90
91
- < button class ="panel-section-footer-button primary " id ="save-import-cookie ">
91
+ < button class ="panel-section-footer-button primary " id ="save-import-cookie " type =" button " >
92
92
< div >
93
93
< svg class ="icon "> < use href ="../sprites/solid.svg#file-import "> </ use > </ svg >
94
94
< div class ="tooltip " role ="tooltip "> Import</ div >
@@ -100,7 +100,7 @@ <h1 class="container">Cookie Editor</h1>
100
100
< div id ="notification-container ">
101
101
< div id ="notification ">
102
102
< span > </ span >
103
- < button id ="notification-dismiss " aria-label ="Dismiss Notification ">
103
+ < button id ="notification-dismiss " aria-label ="Dismiss Notification " type =" button " >
104
104
< svg class ="icon "> < use href ="../sprites/solid.svg#times "> </ use > </ svg >
105
105
</ button >
106
106
</ div >
@@ -122,7 +122,7 @@ <h1 class="container">Cookie Editor</h1>
122
122
</ svg >
123
123
< span class ="header-name "> </ span >
124
124
< div class ="btns ">
125
- < button class ="delete " data-tooltip-left ="Delete " aria-label ="Delete " tabindex ="-1 ">
125
+ < button class ="delete " data-tooltip-left ="Delete " aria-label ="Delete " tabindex ="-1 " type =" button " >
126
126
< svg class ="icon ">
127
127
< use href ="../sprites/solid.svg#trash "> </ use >
128
128
</ svg >
@@ -132,12 +132,12 @@ <h1 class="container">Cookie Editor</h1>
132
132
< div class ="expando " aria-hidden ="true " role ="region ">
133
133
< div class ="wrapper ">
134
134
< div class ="action-btns ">
135
- < button class ="delete " data-tooltip ="Delete " aria-label ="Delete ">
135
+ < button class ="delete " data-tooltip ="Delete " aria-label ="Delete " type =" button " >
136
136
< svg class ="icon ">
137
137
< use href ="../sprites/solid.svg#trash "> </ use >
138
138
</ svg >
139
139
</ button >
140
- < button class ="save " data-tooltip ="Save " aria-label ="Save ">
140
+ < button class ="save " data-tooltip ="Save " aria-label ="Save " type =" submit " >
141
141
< svg class ="icon ">
142
142
< use href ="../sprites/solid.svg#save "> </ use >
143
143
</ svg >
@@ -152,7 +152,7 @@ <h1 class="container">Cookie Editor</h1>
152
152
< label class ="label-value "> Value</ label >
153
153
< textarea name ="value " class ="input-value "> </ textarea >
154
154
</ div >
155
- < button class ="advanced-toggle ">
155
+ < button class ="advanced-toggle " type =" button " >
156
156
Show Advanced
157
157
</ button >
158
158
< div class ="advanced-form ">
@@ -236,8 +236,8 @@ <h1 class="container">Cookie Editor</h1>
236
236
237
237
< template id ="tmp-export-options ">
238
238
< div id ="export-menu ">
239
- < button id ="export-json "> Export as JSON</ button >
240
- < button id ="export-netscape "> Export as Netscape</ button >
239
+ < button id ="export-json " type =" button " > Export as JSON</ button >
240
+ < button id ="export-netscape " type =" button " > Export as Netscape</ button >
241
241
</ div >
242
242
</ template >
243
243
</ body >
0 commit comments