|
|
@ -238,6 +238,7 @@ function initRepository() { |
|
|
|
$('.edit-label-button').click(function () { |
|
|
|
$('.edit-label-button').click(function () { |
|
|
|
$('#label-modal-id').val($(this).data('id')); |
|
|
|
$('#label-modal-id').val($(this).data('id')); |
|
|
|
$('.edit-label .new-label-input').val($(this).data('title')); |
|
|
|
$('.edit-label .new-label-input').val($(this).data('title')); |
|
|
|
|
|
|
|
$('.edit-label .color-picker').val($(this).data('color')); |
|
|
|
$('.minicolors-swatch-color').css("background-color", $(this).data('color')); |
|
|
|
$('.minicolors-swatch-color').css("background-color", $(this).data('color')); |
|
|
|
$('.edit-label.modal').modal({ |
|
|
|
$('.edit-label.modal').modal({ |
|
|
|
onApprove: function () { |
|
|
|
onApprove: function () { |
|
|
|