mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-28 03:30:36 +00:00
theme: docs wording
This commit is contained in:
parent
341bad1610
commit
b1547e945f
3 changed files with 12 additions and 12 deletions
static/js
|
@ -77,7 +77,7 @@ function restoreTabSelections() {
|
|||
function initMermaid( update ) {
|
||||
// we are either in update or initialization mode;
|
||||
// during initialization, we want to edit the DOM;
|
||||
// during update we only want to execute if something chanegd
|
||||
// during update we only want to execute if something changed
|
||||
var decodeHTML = function( html ){
|
||||
var txt = document.createElement( 'textarea' );
|
||||
txt.innerHTML = html;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue