We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f48c37 commit 1bd83cbCopy full SHA for 1bd83cb
Snippets/files/snippets.js
@@ -23,7 +23,7 @@ jQuery(document).ready(function($) {
23
24
// Snippet list behaviors
25
$("input.snippets_select_all").change(function(){
26
- $("input[name='snippet_list[]']").attr("checked", $(this).attr("checked"));
+ $("input[name='snippet_list[]']").prop("checked", $(this).prop("checked"));
27
});
28
29
// Snippet pattern help
0 commit comments