1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

Allow script and jsonp ajax caching

This commit is contained in:
Afterster 2015-06-01 22:24:43 +02:00
parent 930db88f8f
commit 0bf3d6de2d

View file

@ -19,6 +19,10 @@
//
$(document).ready(function () {
initTabs();
$.ajaxSetup({
// Enable caching of AJAX responses, including script and jsonp
cache: true
});
$('#notification').click(function() {
clearNotification();
});