Skip to content
Snippets Groups Projects
Commit 6e31b712 authored by André Lahmann's avatar André Lahmann Committed by Robert Lange
Browse files

refs #23640 [finc] restore accidentally deleted variable declaration in account_ajax.js

parent 6753e87f
No related merge requests found
......@@ -237,6 +237,7 @@ $(document).ready(function registerAccountAjax() {
selector: ".mediareadytopickup-status",
ajaxMethod: "getUserMediaReadyToPickup",
render: function render($element, status, ICON_LEVELS) {
var level = ICON_LEVELS.NONE;
if (status.available > 0) {
$element.html('<i class="fa fa-bell text-success" data-toggle="tooltip" title="' + VuFind.translate('mediareadtopickup_tooltip') + '"></i>');
level = ICON_LEVELS.GOOD;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment