mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Adds color to event types
This commit is contained in:
parent
e34a972b74
commit
bf4758a54a
5 changed files with 15 additions and 1 deletions
|
|
@ -109,6 +109,13 @@ $(function() {
|
|||
},
|
||||
5)
|
||||
});
|
||||
|
||||
$('a:contains("Add event_type")').click(function () {
|
||||
setTimeout(function () {
|
||||
$("div.nested-fields:last div:nth-of-type(5) input").val(get_color());
|
||||
},
|
||||
5)
|
||||
});
|
||||
});
|
||||
|
||||
function get_color() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue