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:
parent
930db88f8f
commit
0bf3d6de2d
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
|||
//
|
||||
$(document).ready(function () {
|
||||
initTabs();
|
||||
$.ajaxSetup({
|
||||
// Enable caching of AJAX responses, including script and jsonp
|
||||
cache: true
|
||||
});
|
||||
$('#notification').click(function() {
|
||||
clearNotification();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue