Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tx committed Oct 8, 2024
1 parent 5c5145f commit 6aea153
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@
"contributorsPerLine": 7,
"linkToUsage": true
}

10 changes: 5 additions & 5 deletions ext/js/submit.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
)
.append(
'<tr><th>Filename:</th><td colspan="2">' +
' <div class="input-row" id="code-filename-row">' +
' <input type="text" id="code-filename" tabindex="5" />' +
' <input type="text" id="code-filename-auto" value="" disabled />' +
' </div>' +
'<td></tr>',
' <div class="input-row" id="code-filename-row">' +
' <input type="text" id="code-filename" tabindex="5" />' +
' <input type="text" id="code-filename-auto" value="" disabled />' +
' </div>' +
'<td></tr>',
);

const problemSelect = $('#id_problem');
Expand Down

0 comments on commit 6aea153

Please sign in to comment.