Skip to content

Commit

Permalink
Fix previous/next buttons in calendar - Refs #8135
Browse files Browse the repository at this point in the history
  • Loading branch information
jloguercio committed Mar 28, 2016
1 parent 288426e commit 798b6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/admin/user_list.php
Expand Up @@ -131,7 +131,7 @@ function display_advanced_search_form () {
//Load user calendar
function load_calendar(user_id, month, year) {
var url = "'.api_get_path(WEB_AJAX_PATH).'agenda.ajax.php?a=get_user_agenda&user_id=" +user_id + "&month="+month+"&year="+year;
$("#dialog").load(url);
$(".modal-body").load(url);
}
</script>';

Expand Down

0 comments on commit 798b6f5

Please sign in to comment.