Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcea88ee

Browse files
committed
Fix quotes in CSS selector.
1 parent716b812 commitcea88ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎js/apidsl-support.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function process() {
5959
leterror=document.getElementById("error");
6060
letinput=document.getElementById("input").value;
6161
letoutput=document.getElementById("output");
62-
letformat=document.querySelector("input[name="format"]:checked").value;
62+
letformat=document.querySelector("input[name='format']:checked").value;
6363

6464
try{
6565
processLocal(input,format,output,error);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp