Update the call for participation in JS console (#624)
Improved hello banner in developer mode.
This commit is contained in:
parent
0b78df6fff
commit
f68f578579
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ class Widget
|
||||||
|
|
|
|
||||||
| Hi there, nice to meet you!
|
| Hi there, nice to meet you!
|
||||||
|
|
|
|
||||||
| Visit %chttp://zammad.com/jobs%c to learn about our current job openings.
|
| Visit %chttps://zammad.org/participate%c and let's make Zammad better.
|
||||||
|
|
|
|
||||||
| Your Zammad Team!
|
| The Zammad Team.
|
||||||
|
|
|
|
||||||
"""
|
"""
|
||||||
console.log(banner, 'text-decoration: underline;', 'text-decoration: none;')
|
console.log(banner, 'text-decoration: underline;', 'text-decoration: none;')
|
||||||
|
|
Loading…
Reference in a new issue