Browse Source

typo

master
Pascal Gloor 5 years ago
parent
commit
74854a9cc8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js View File

@@ -84,7 +84,7 @@ $(document).ready(function () {
$('.autodoc_home_modal_tags_show').click(function (e) {
$('.autodoc_home_modal_tags_show').addClass('d-none');
$('.autodoc_home_modal_tags_add').removeClass('d-none');
})
});

// tag menu select
$('.autodoc_tag_list').change(function (e) {

Loading…
Cancel
Save