Lines 2187-2192
Link Here
|
2187 |
mana_use( $(this).data("report_id") ); |
2187 |
mana_use( $(this).data("report_id") ); |
2188 |
}); |
2188 |
}); |
2189 |
|
2189 |
|
|
|
2190 |
$("#mana_search_result").on("shown.bs.modal", function(){ |
2191 |
$("#mana_search_field").focus(); |
2192 |
}); |
2193 |
|
2190 |
$("#mana_search_result").on("hide.bs.modal", function(){ |
2194 |
$("#mana_search_result").on("hide.bs.modal", function(){ |
2191 |
$("#mana_result_content").html(""); |
2195 |
$("#mana_result_content").html(""); |
2192 |
$("#mana_search_field").val(""); |
2196 |
$("#mana_search_field").val(""); |
2193 |
- |
|
|