We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9113988 commit 3ff5be1Copy full SHA for 3ff5be1
js/script.js
@@ -81,8 +81,8 @@ var loadAlgorithm = function (category, algorithm) {
81
$('[data-category="' + category + '"][data-algorithm="' + algorithm + '"]').addClass('active');
82
$('#btn_desc').click();
83
84
- $('#category').text(list[category].name);
85
- $('#algorithm, #desc_title').text(list[category].list[algorithm]);
+ $('#category').html(list[category].name);
+ $('#algorithm, #desc_title').html(list[category].list[algorithm]);
86
$('#tab_desc > .wrapper').empty();
87
$('.files_bar').empty();
88
$('#explanation').html('');
0 commit comments