mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove submit function
This commit is contained in:
parent
f9064eb15f
commit
99ccfb2228
@ -107,15 +107,7 @@
|
|||||||
|
|
||||||
{% block js %}
|
{% block js %}
|
||||||
<script>
|
<script>
|
||||||
$('#config-form').submit(function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
let lists = document.getElementsByClassName("list");
|
|
||||||
for (i = 0; i < lists.length; i++) {
|
|
||||||
let items = document.querySelectorAll('[data-name=${lists[i]}]');
|
|
||||||
console.log(Array.from(items.innerHTML));
|
|
||||||
}
|
|
||||||
|
|
||||||
});
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$('[data-toggle="popover"]').popover();
|
$('[data-toggle="popover"]').popover();
|
||||||
if ($(window).width() < 1000) {
|
if ($(window).width() < 1000) {
|
||||||
|
Loading…
Reference in New Issue
Block a user