Skip to content
Snippets Groups Projects
Commit 27c2d64b authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fix selector

parent 86d35ba4
No related branches found
No related tags found
1 merge request!7Resolve "Fix input.js input div selector"
console.log("Input script loaded");
$(document).ready(function () {
let all_inputs = $(".input-group input");
let all_inputs = $(".split-input-group input");
console.log("Split inputs loaded.")
if (!window.clear_split_inputs) {
console.log("Split inputs won't be cleared.")
......@@ -20,4 +20,4 @@ $(document).ready(function () {
console.log("Next target selected");
}
})
})
\ No newline at end of file
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment