Skip to content
Snippets Groups Projects
Commit 472f7906 authored by Tim Steiner's avatar Tim Steiner
Browse files

Supplemental

parent b52903f0
No related branches found
No related tags found
No related merge requests found
var queueManager = {};
$().ready(function() {
$('#period').change(queueManager.handleChangePeriod);
});
queueManager.handleChangePeriod = function()
{
document.location = baseUrl + '/requests/queue-manager/view/id/' + queueManager.queueId + '/period/' + this.value;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment