Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
34ed9746
Commit
34ed9746
authored
Jan 13, 2021
by
marc duez
Browse files
com.js : allow html in message
parent
8b35f74c
Changes
1
Show whitespace changes
Inline
Side-by-side
browser/js/com.js
View file @
34ed9746
...
@@ -224,7 +224,7 @@ Com.prototype = {
...
@@ -224,7 +224,7 @@ Com.prototype = {
if
(
priority
>=
this
.
min_priority
){
if
(
priority
>=
this
.
min_priority
){
var
div
=
jQuery
(
'
<div/>
'
,
{
var
div
=
jQuery
(
'
<div/>
'
,
{
'
text
'
:
str
,
'
html
'
:
str
,
'
style
'
:
'
display : none
'
,
'
style
'
:
'
display : none
'
,
'
class
'
:
'
flash_
'
+
priority
,
'
class
'
:
'
flash_
'
+
priority
,
'
click
'
:
function
(){
$
(
this
).
fadeOut
(
25
,
function
()
{
$
(
this
).
remove
();}
);}
'
click
'
:
function
(){
$
(
this
).
fadeOut
(
25
,
function
()
{
$
(
this
).
remove
();}
);}
...
...
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