Skip to content
Snippets Groups Projects
Commit 0ce9f323 authored by Chris Hallberg's avatar Chris Hallberg Committed by Demian Katz
Browse files

Fix NoILS issues.

parent 935b26f5
No related merge requests found
......@@ -28,7 +28,7 @@ $(document).ready(function() {
data: {'offlineModeMsg':'ils_offline_home_message'},
url: VuFind.path + '/AJAX/JSON?method=getIlsStatus',
success: function(response) {
$('.searchHomeContent').append(response.data);
$('.searchHomeContent').prepend(response.data);
}
});
});
......
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