folder support

This commit is contained in:
KodeStar
2018-02-17 00:13:38 +00:00
parent 4e37176436
commit 98b831bc22
32 changed files with 5533 additions and 37 deletions

View File

@@ -1,3 +1,4 @@
<script src="/js/select2.min.js"></script>
<script>
$( function() {
@@ -30,5 +31,8 @@
}, "json");
}
});
$('.tags').select2();
});
</script>