Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
guiHive
Commits
dc8ab63b
Commit
dc8ab63b
authored
Apr 20, 2018
by
Matthieu Muffato
Browse files
bugfix: JEditable was showing HTML entities, e.g. <
parent
b58295d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
javascript/ajax.js
javascript/ajax.js
+4
-0
No files found.
javascript/ajax.js
View file @
dc8ab63b
...
...
@@ -719,6 +719,10 @@ function fetch_jobs() {
indicator
:
"
Saving...
"
,
tooltip
:
"
Click to edit...
"
,
event
:
"
dblclick
"
,
data
:
function
(
value
)
{
var
doc
=
new
DOMParser
().
parseFromString
(
value
,
"
text/html
"
);
return
doc
.
documentElement
.
textContent
;
},
callback
:
function
(
response
)
{
oTable
.
fnDraw
();
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment