Skip to content

Commit aee50a2

Browse files
committed
paint_axnos.html
1 parent 2784c1e commit aee50a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

petitnote/template/basic/paint_axnos.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// ページ遷移を防止する場合アンコメントする
99
window.onbeforeunload = function (event) {
1010
event.preventDefault();
11-
event.returnValue = "";
1211
}
1312
document.addEventListener("DOMContentLoaded", function () {
1413
var axp = new AXNOSPaint({
@@ -127,7 +126,7 @@
127126
method: 'POST',
128127
mode: 'same-origin',
129128
headers: {
130-
'X-Requested-With': 'klecks'
129+
'X-Requested-With': 'axnos'
131130
,
132131
},
133132
body: formData

0 commit comments

Comments
 (0)