Skip to content
Snippets Groups Projects
Commit 19a3a694 authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

fix tokeninfo subtokens in web interface

parent d2c12e1a
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ function getTreeTokenInfo(e) { ...@@ -139,7 +139,7 @@ function getTreeTokenInfo(e) {
e.preventDefault(); e.preventDefault();
let msg = $('#tree-msg'); let msg = $('#tree-msg');
let copy = $('#tree-copy'); let copy = $('#tree-copy');
_tokeninfo('subtoken_tree', _tokeninfo('subtokens',
function (res) { function (res) {
msg.html(tokenlistToHTML([res['mytokens']])); msg.html(tokenlistToHTML([res['mytokens']]));
msg.removeClass('text-danger'); msg.removeClass('text-danger');
......
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