mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:31:58 +01:00
modal fix
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
23697125ed
commit
be423982e0
@ -115,7 +115,7 @@
|
||||
var reject_label_color
|
||||
var reason2_border
|
||||
|
||||
$('#delete-rejected-modal').on('shown.bs.modal', function (event) {
|
||||
$('#delete-rejected-modal').on('show.bs.modal', function (event) {
|
||||
$('#reason2').focus()
|
||||
|
||||
var button = $(event.relatedTarget)
|
||||
|
Loading…
Reference in New Issue
Block a user