mirror of
https://github.com/friendica/friendica
synced 2024-11-13 05:42:54 +00:00
12 lines
276 B
Smarty
12 lines
276 B
Smarty
|
|
<script>
|
|
$(document).ready(function() {
|
|
$("#nav-search-input-field").search_autocomplete(baseurl + '/acl');
|
|
|
|
$("#loginModal").on("show.bs.modal", function(e) {
|
|
var link = $(e.relatedTarget);
|
|
$(this).find(".modal-body").load(link.attr("href"));
|
|
});
|
|
|
|
});
|
|
</script>
|