mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
This reverts commit 6f8ae925ba.
Conflicts:
app/assets/stylesheets/bootplus_overrides.css.less
5 lines
146 B
CoffeeScript
5 lines
146 B
CoffeeScript
$(document).ready ->
|
|
$('.dropdown-picker li a').click ->
|
|
val = $(this).text()
|
|
$(this).closest('.row').find('input[type=text]').val(val)
|