Browse Source

debug

master
Pascal Gloor 5 years ago
parent
commit
4337bfd6e3
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      www/js/autodoc.js

+ 2
- 0
www/js/autodoc.js View File

@@ -86,6 +86,8 @@ $(document).ready(function () {
var tagName = $('.autodoc_tag_list').html();
var tagColor = $('.autodoc_tag_list').attr('data');

console.log(tagId, tagName, tagColor);

if ( tagId == "" ) {
$(".autodoc_tag_list").addClass('d-none');
$(".autodoc_tag_text").removeClass('d-none');

Loading…
Cancel
Save