mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 11:37:02 -04:00
Fix code style
This commit is contained in:
parent
61dc6dbc15
commit
961d3fab1c
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ export function finishView (view) {
|
||||||
var $value = $(value)
|
var $value = $(value)
|
||||||
var $ele = $(value).parent().parent()
|
var $ele = $(value).parent().parent()
|
||||||
|
|
||||||
ABCJS.renderAbc(value, $value.text())
|
window.ABCJS.renderAbc(value, $value.text())
|
||||||
|
|
||||||
$ele.addClass('abc')
|
$ele.addClass('abc')
|
||||||
$value.children().unwrap().unwrap()
|
$value.children().unwrap().unwrap()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue